Fix the names updated in the shell alias

This commit is contained in:
Greg Hellings
2024-11-21 23:17:16 -06:00
parent a78cc50db9
commit fb2bc406d3
+1 -1
View File
@@ -53,7 +53,7 @@
nixdu = "sudo nix-store --gc --print-roots | egrep -v r\"^(/nix/var|/run/\\w+-system|\\{memory|/proc)\"";
nixtest = "nixpkgs-review rev HEAD";
nixup = "nix flake lock --update-input";
stable = "nix flake lock --update-input nixpkgs --update-input hm --update-input nixvimstable";
stable = "nix flake lock --update-input nixstable --update-input hm --update-input nixvimstable";
unstable = "nix flake lock --update-input nixunstable --update-input hmunstable --update-input nixvimunstable --update-input nurpkgs --update-input vsext --update-input wsl";
updateScript = "nix-shell maintainers/scripts/update.nix --argstr package";
deploy = "nixos-rebuild switch --use-remote-sudo --use-substitutes --target-host";