summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2024-01-25 04:15:43 -0500
committerseth <[email protected]>2024-01-25 04:15:43 -0500
commit923af807e5f9e1bc1cc170c519a05be371b8ae84 (patch)
treebe0ec762de6acf151e283ce69547e1fbfbb1cb4b /flake.nix
parentbc5ae75eb21567edae47fcaae4921b0671300f80 (diff)
seth/shell: init nu config
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";