File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,15 @@ jobs:
3232
3333 - repo : SuperSandro2000/nixpkgs
3434 branch : nixos-unstable
35+ extraArgs : --extra-experimental-features ca-derivations
3536
3637 steps :
3738 - uses : actions/checkout@v4
3839
3940 - uses : cachix/install-nix-action@v30
41+ with :
42+ extra_nix_config : |
43+ ${{ matrix.targets.extraArgs }}
4044
4145 - name : run nix flake check with ${{ matrix.targets.repo }}/${{ matrix.targets.branch }}
4246 if : matrix.targets.repo != 'NuschtOS/nuschtpkgs' || matrix.targets.branch != 'nixos-unstable'
Original file line number Diff line number Diff line change @@ -32,11 +32,15 @@ jobs:
3232
3333 - repo : SuperSandro2000/nixpkgs
3434 branch : nixos-unstable
35+ extraArgs : --extra-experimental-features ca-derivations
3536
3637 steps :
3738 - uses : actions/checkout@v4
3839
3940 - uses : cachix/install-nix-action@v30
41+ with :
42+ extra_nix_config : |
43+ ${{ matrix.targets.extraArgs }}
4044
4145 - name : eval plain config with ${{ matrix.targets.repo }}/${{ matrix.targets.branch }}
4246 if : matrix.targets.repo != 'NuschtOS/nuschtpkgs' || matrix.targets.branch != 'nixos-unstable'
You can’t perform that action at this time.
0 commit comments