From 0ac08fe2ad0b18d73927ed935ca2f1315ace879f Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 3 Sep 2024 20:55:29 +0530 Subject: github/workflows/nix-build: only eval packages for builtins.currentSystem --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 936d055..f319a0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@v13 - uses: DeterminateSystems/magic-nix-cache-action@v7 - name: Build some-pkgs - run: nix run github:Mic92/nix-fast-build -- --skip-cached --no-nom --flake ".#packages" + run: nix run github:Mic92/nix-fast-build -- --skip-cached --no-nom --flake ".#packages.$(nix eval --raw --impure --expr builtins.currentSystem)" nix-flake-check: strategy: fail-fast: false -- cgit v1.2.3