add flaketest
This commit is contained in:
parent
68a888f8bd
commit
6fe711d15c
1 changed files with 3 additions and 0 deletions
3
makefile
3
makefile
|
|
@ -35,6 +35,9 @@ ci:
|
|||
check:
|
||||
@nix flake check --show-trace $(ARGS)
|
||||
|
||||
flaketest:
|
||||
@nix run "github:DeterminateSystems/flake-checker"
|
||||
|
||||
test: check
|
||||
doas nixos-rebuild dry-build --flake ./#$(HOSTNAME)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue