From fb2bc406d372a538c124d0c37e05866301d933a6 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 21 Nov 2024 23:17:16 -0600 Subject: [PATCH] Fix the names updated in the shell alias --- home/modules/baseline/xonsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/baseline/xonsh.nix b/home/modules/baseline/xonsh.nix index ff4b58a..bf98f36 100644 --- a/home/modules/baseline/xonsh.nix +++ b/home/modules/baseline/xonsh.nix @@ -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";