From 49b129e6a090985f1ebcf91aede02f390523a7e8 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 14 Nov 2025 21:06:29 -0700 Subject: upstream finally fixed broken completions https://github.com/nushell/nu_scripts/pull/1141 --- flake.lock | 10 +++++----- flake.nix | 4 ++-- 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; }; -- cgit v1.2.3