From be1348638bfe10928a1640b7f536ca53c300bc88 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sun, 12 Jan 2025 15:59:21 -0800 Subject: [PATCH] fix(just): Fix test recipe --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"