All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
7 lines
164 B
Makefile
7 lines
164 B
Makefile
# executes default, set to rebuilding current flake as test
|
|
default: test
|
|
|
|
# does a nixos-rebuild test of current flake
|
|
test:
|
|
sudo nixos-rebuild test --flake .
|