nixos-config/switch-phantom
2024-04-06 20:44:20 -03:00

13 lines
181 B
Bash
Executable file

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