From 8fd58722da7d871269138e95f3945cb5c8166f55 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Sat, 8 Nov 2025 03:53:33 +0800 Subject: [PATCH] Revert "feat: Add nix build option for github ci" This reverts commit 02b5da7c5fa481699588419bca792c0bce2bad04. --- .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 26b9937..177e1be 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 -L .#nixosConfigurations.${{ matrix.hostname }}.config.system.build.toplevel + - run: nix build .#nixosConfigurations.${{ matrix.hostname }}.config.system.build.toplevel - run: nix run nixpkgs#toybox -- echo OK