diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 177e1be..26b9937 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,5 +25,5 @@ jobs: with: name: youthlic authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" - - run: nix build .#nixosConfigurations.${{ matrix.hostname }}.config.system.build.toplevel + - run: nix build -L .#nixosConfigurations.${{ matrix.hostname }}.config.system.build.toplevel - run: nix run nixpkgs#toybox -- echo OK