diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..cf324c4 --- /dev/null +++ b/run.sh @@ -0,0 +1,6 @@ +#! /usr/bin/env nix-shell +#! nix-shell -i bash -p bash +sudo nixos-rebuild \ + --option eval-cache false \ + --flake /workspace/deployed-nixos-server-and-apps \ + switch