Fukit github actions

This commit is contained in:
Quentin Boyer 2023-03-15 23:48:08 +01:00
parent 422e231eaf
commit d32ec20aa8

View file

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