nixos-config/switch-phantom

13 lines
192 B
Plaintext
Raw Normal View History

2024-04-06 20:44:20 -03:00
#!/bin/sh
nix fmt
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 \
"$@"