From 198c2f547083af19d08a53f4959a63f8dc253d1e Mon Sep 17 00:00:00 2001 From: Quentin Boyer Date: Sun, 19 Mar 2023 14:09:20 +0100 Subject: [PATCH] Put the allow unfree at the correct location --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dfde386..8a32ba7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,6 @@ jobs: name: traxys authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - run: > - NIXPKGS_ALLOW_UNFREE=1 nix flake show --json | jq -r '.packages."x86_64-linux" | keys | .[]' | - xargs -I'{}' nix build --impure '.#{}' + NIXPKGS_ALLOW_UNFREE=1 xargs -I'{}' nix build --impure '.#{}'