summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 37a80c2..a893371 100644
--- a/flake.nix
+++ b/flake.nix
@@ -94,6 +94,11 @@
};
};
+ nu-scripts = {
+ url = "github:nushell/nu_scripts";
+ flake = false;
+ };
+
openwrt-imagebuilder = {
url = "github:astro/nix-openwrt-imagebuilder";
inputs.nixpkgs.follows = "nixpkgs";