nix-configs/justfile

8 lines
150 B
Makefile
Raw Normal View History

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