diff --git a/Justfile b/Justfile index 5c9d0ab..c197fd3 100644 --- a/Justfile +++ b/Justfile @@ -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)"