removing impure so that our flakes are always considered pure

This commit is contained in:
Chris Cochrun 2023-01-27 14:59:11 -06:00
parent 279293f008
commit e936704af5

View file

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
currentdir=$(pwd) currentdir=$(pwd)
cd ~/conf cd ~/conf
nixos-rebuild --use-remote-sudo switch --verbose --impure --flake .# nixos-rebuild --use-remote-sudo switch --verbose --flake .#
cd $currentdir cd $currentdir