2024-04-06 20:44:20 -03:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
nix fmt
|
|
|
|
|
2024-05-03 12:32:38 -03:00
|
|
|
git --no-pager diff
|
2024-04-06 20:44:20 -03:00
|
|
|
|
|
|
|
nixos-rebuild switch --flake .#phantom \
|
|
|
|
--update-input nixpkgs \
|
|
|
|
--no-write-lock-file \
|
|
|
|
--build-host phantom \
|
|
|
|
--target-host phantom \
|
|
|
|
"$@"
|