summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-03-19 00:30:20 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-03-19 00:30:20 -0600
commit18a612390c3cbdcedc2fa1987f460ab1bc91bfd1 (patch)
tree2083da341fdabd435a05ddc9c1d837cf15ca24b6 /flake.nix
parente699553bd09e8b797f9c655ebe9f6f1350564df7 (diff)
changing nushell script source to test change
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 923f894..d3f90a2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -49,7 +49,8 @@
# useful nushell scripts, such as auto_completion
nushell-scripts = {
- url = "github:nushell/nu_scripts";
+ url = "github:doolphin/nu_scripts";
+ # url = "github:nushell/nu_scripts";
flake = false;
};