diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-11-14 21:06:29 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-11-14 21:06:29 -0700 |
| commit | 49b129e6a090985f1ebcf91aede02f390523a7e8 (patch) | |
| tree | 1ea50dac81f1680089dd96c9fc7548d2842eed1a /flake.nix | |
| parent | fb205f31c117af96ab2f3cb8b7e4921d1c614e9b (diff) | |
upstream finally fixed broken completions
https://github.com/nushell/nu_scripts/pull/1141
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; }; |
