mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-12 15:41:14 +01:00
Put the allow unfree at the correct location
This commit is contained in:
parent
840e318cbd
commit
198c2f5470
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -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 '.#{}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue