Put the allow unfree at the correct location

This commit is contained in:
Quentin Boyer 2023-03-19 14:09:20 +01:00
parent 840e318cbd
commit 198c2f5470

View file

@ -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 '.#{}'