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.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') 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