🔨 ci(just): Add justfile

This commit is contained in:
punkfairie 2024-11-02 15:53:04 -07:00
parent 558c12035e
commit 772d5a2bd1
Signed by: punkfairie
GPG key ID: 01823C057725C266

5
Justfile Normal file
View 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)"