ci(just): Add justfile
This commit is contained in:
parent
558c12035e
commit
f1f4b581d9
1 changed files with 5 additions and 0 deletions
5
Justfile
Normal file
5
Justfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
test:
|
||||
nix run \
|
||||
--inputs-from "./dev" "github:Mic92/nix-fast-build" -- \
|
||||
--no-nom \
|
||||
--flake "./dev#checks$(nix eval --raw --impure --expr builtins.currentSystem)"
|
Loading…
Reference in a new issue