mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 15:16:23 +01:00
8 lines
150 B
Makefile
8 lines
150 B
Makefile
build:
|
|
sudo nixos-rebuild switch --flake . --impure
|
|
|
|
test:
|
|
sudo nixos-rebuild test --flake . --impure
|
|
|
|
update:
|
|
nix flake update --commit-lock-file
|