fix(just): Fix test recipe

This commit is contained in:
punkfairie 2025-01-12 15:59:21 -08:00
parent bdd24a850c
commit 54f29d891c
No known key found for this signature in database
GPG key ID: B3C5488E9A1A7CA6

View file

@ -2,4 +2,4 @@ test:
nix run \
--inputs-from "./dev" "github:Mic92/nix-fast-build" -- \
--no-nom \
--flake "./dev#checks$(nix eval --raw --impure --expr builtins.currentSystem)"
--flake "./dev#checks.$(nix eval --raw --impure --expr builtins.currentSystem)"