mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 10:50:20 +01:00
Fukit github actions
This commit is contained in:
parent
422e231eaf
commit
d32ec20aa8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
name: traxys
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- run: >
|
||||
export NIXPKGS_ALLOW_UNFREE=1
|
||||
NIXPKGS_ALLOW_UNFREE=1
|
||||
nix flake show --json |
|
||||
jq -r '.packages."x86_64-linux" | keys | .[]' |
|
||||
xargs -I'{}' nix build --impure '.#{}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue