[NixOS] Add fix update inputs issue

This commit is contained in:
Ivan Malison 2023-08-30 14:17:48 -06:00
parent 017a953b1b
commit 87ea0bd124
2 changed files with 6 additions and 4 deletions

View File

@ -0,0 +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

View File

@ -1,6 +1,2 @@
#!/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 "$@"