summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock10
-rw-r--r--flake.nix4
2 files changed, 7 insertions, 7 deletions
diff --git a/flake.lock b/flake.lock
index 5302e2c..832e04d 100644
--- a/flake.lock
+++ b/flake.lock
@@ -877,15 +877,15 @@
"nushell-scripts": {
"flake": false,
"locked": {
- "lastModified": 1726006741,
- "narHash": "sha256-mKp/s6njMnav1xoey6M7ONm643+QAekLgxqOLBF0Mp4=",
- "owner": "doolphin",
+ "lastModified": 1762863367,
+ "narHash": "sha256-oxnXzxQkNccCs36j+aMzg4QGHDcX7niJruqxCkeg0LM=",
+ "owner": "nushell",
"repo": "nu_scripts",
- "rev": "86dec2666167dfe5d993e6032931f93afb7126e4",
+ "rev": "ff8092707054ad091d67bd408374a39977e33c1b",
"type": "github"
},
"original": {
- "owner": "doolphin",
+ "owner": "nushell",
"repo": "nu_scripts",
"type": "github"
}
diff --git a/flake.nix b/flake.nix
index 7d120ae..6fff25f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -73,8 +73,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;
};