Create run script
This commit is contained in:
parent
80e0d346c6
commit
e1add13d99
1 changed files with 6 additions and 0 deletions
6
run.sh
Executable file
6
run.sh
Executable file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue