From 98c38736fb9d7e2a77a78e448f8e30f759b9e65b Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 22 Aug 2023 16:08:02 -0600 Subject: [PATCH] [NixOS] Add nix flake lock --update-input workaround to switch.sh --- nixos/switch.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/switch.sh b/nixos/switch.sh index 11e1f4b4..c881e681 100755 --- a/nixos/switch.sh +++ b/nixos/switch.sh @@ -1,2 +1,6 @@ #!/usr/bin/env sh +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