All checks were successful
gitea-deepak/nixconf/pipeline/head This commit looks good
9 lines
163 B
Makefile
9 lines
163 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 .
|
|
|