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