From 772d5a2bd180ae1bd9ed6fe16a55c642740b8c0a Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sat, 2 Nov 2024 15:53:04 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20ci(just):=20Add=20justfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Justfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Justfile diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..5c9d0ab --- /dev/null +++ b/Justfile @@ -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)"