From abe7187171d0caafb7511fdc7baca65c7f0b3354 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 3 Oct 2024 16:25:36 -0500 Subject: [PATCH] Fix aliases for updating flake --- home/modules/baseline/xonsh.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/modules/baseline/xonsh.nix b/home/modules/baseline/xonsh.nix index b0fe629..7690bf9 100644 --- a/home/modules/baseline/xonsh.nix +++ b/home/modules/baseline/xonsh.nix @@ -41,9 +41,9 @@ nb = "nix build -L"; 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 update"; - stable = "nix flake update nixpkgs hm nixvimstable"; - unstable = "nix flake update nixunstable hmunstable nixvimunstable nurpkgs vsext wsl"; + nixup = "nix flake lock --update-input"; + stable = "nix flake lock --update-input nixpkgs --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"; # General gh-personal = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/personal\" gh";