13 lines
181 B
Plaintext
13 lines
181 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
nix fmt
|
||
|
|
||
|
git diff
|
||
|
|
||
|
nixos-rebuild switch --flake .#phantom \
|
||
|
--update-input nixpkgs \
|
||
|
--no-write-lock-file \
|
||
|
--build-host phantom \
|
||
|
--target-host phantom \
|
||
|
"$@"
|