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