From 6c84d8b25916fd731732efc9cac5099f9d068eb8 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 22 Aug 2023 17:44:34 -0600 Subject: [PATCH] [NixOS] Forward arguments on switch --- nixos/switch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/switch.sh b/nixos/switch.sh index c881e681..f07f4e94 100755 --- a/nixos/switch.sh +++ b/nixos/switch.sh @@ -3,4 +3,4 @@ nix flake lock --update-input taffybar nix flake lock --update-input imalison-taffybar nix flake lock --update-input xmonad nix flake lock --update-input xmonad-contrib -sudo nixos-rebuild switch --flake '.#' --impure +sudo nixos-rebuild switch --flake '.#' --impure "$@"