nix-configs/justfile

8 lines
150 B
Makefile
Raw Normal View History

2023-11-07 07:05:47 +00:00
build:
sudo nixos-rebuild switch --flake . --impure
2023-10-28 20:25:06 +00:00
test:
sudo nixos-rebuild test --flake . --impure
2023-11-07 07:05:47 +00:00
update:
nix flake update --commit-lock-file