From b296e5fd2c6f364567ae06619915f985f69832fe Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sun, 20 Oct 2024 22:15:25 -0500 Subject: [PATCH] Add alias for updateScript --- home/modules/baseline/xonsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/baseline/xonsh.nix b/home/modules/baseline/xonsh.nix index 66f5c53..a4276b9 100644 --- a/home/modules/baseline/xonsh.nix +++ b/home/modules/baseline/xonsh.nix @@ -54,6 +54,7 @@ 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"; + updateScript = "nix-shell maintainers/scripts/update.nix --argstr package"; # General gh-personal = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/personal\" gh";