summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-09-05 14:32:44 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-09-05 14:32:44 -0600
commit5929645da2114ec11470f01f1b681542fea0f155 (patch)
treee4426b89f4b9f2af3fb6e93b4cdaaa127d7a9a90 /flake.nix
parentb6dcacd3c818db2f992e422b0e52bf1e087dc19d (diff)
try main nushell scripts and update
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 7f626d6..6b8eb1a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -54,8 +54,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;
};