From 9c79cef1f5e04e6f98c67a5fa15dd3e1897f7699 Mon Sep 17 00:00:00 2001 From: Paul Lietar Date: Thu, 24 Oct 2024 14:14:28 +0100 Subject: [PATCH] CI --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f0747d1..f1ccac4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,7 +14,7 @@ jobs: hostnames=$(nix eval --raw ".#nixosConfigurations" --apply 'x: builtins.concatStringsSep " " (builtins.attrNames x)') for h in $hostnames; do attribute="nixosConfigurations.$h.config.system.build.toplevel" - nix build -L $attribute --no-link + nix build -L .#$attribute --no-link done - run: nix flake check -L