removing impure so that our flakes are always considered pure
This commit is contained in:
parent
279293f008
commit
e936704af5
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
currentdir=$(pwd)
|
||||
cd ~/conf
|
||||
nixos-rebuild --use-remote-sudo switch --verbose --impure --flake .#
|
||||
nixos-rebuild --use-remote-sudo switch --verbose --flake .#
|
||||
cd $currentdir
|
||||
|
|
Loading…
Reference in a new issue