summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-05-25 00:05:06 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-05-25 00:05:06 -0600
commit93aab3ea92b34b7683efa5d7d4ce40bb9b28c92d (patch)
tree4dcf9b05d50823bbca51474a729e37e8b11b2428 /flake.nix
parent002a244ad56a8de8c1a723d2094e09be8b9ca336 (diff)
wrong nushell scripts source
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 9bbea91..3eedbae 100644
--- a/flake.nix
+++ b/flake.nix
@@ -48,8 +48,8 @@
# useful nushell scripts, such as auto_completion
nushell-scripts = {
- # url = "github:doolphin/nu_scripts";
- url = "github:nushell/nu_scripts";
+ url = "github:doolphin/nu_scripts";
+ # url = "github:nushell/nu_scripts";
flake = false;
};