6 lines
171 B
Makefile
6 lines
171 B
Makefile
|
test:
|
||
|
nix run \
|
||
|
--inputs-from "./dev" "github:Mic92/nix-fast-build" -- \
|
||
|
--no-nom \
|
||
|
--flake "./dev#checks$(nix eval --raw --impure --expr builtins.currentSystem)"
|