6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
|
||
|
# Rebuild and switch the environment if successful
|
||
|
git add .
|
||
|
sudo nixos-rebuild switch --flake .#
|