diff options
l--------- | boot | 1 | ||||
-rwxr-xr-x | switch | 2 | ||||
l--------- | test | 1 |
3 files changed, 3 insertions, 1 deletions
@@ -0,0 +1 @@ +switch
\ No newline at end of file @@ -4,4 +4,4 @@ set -e cd "$(dirname "$0")" git pull -nixos-rebuild switch --flake . +nixos-rebuild "$(basename "$0")" --flake . @@ -0,0 +1 @@ +switch
\ No newline at end of file |