From 02b5da7c5fa481699588419bca792c0bce2bad04 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Sat, 8 Nov 2025 01:49:48 +0800 Subject: [PATCH] feat: Add nix build option for github ci --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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