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:
32
32
33
33
- repo : SuperSandro2000/nixpkgs
34
34
branch : nixos-unstable
35
+ extraArgs : --extra-experimental-features ca-derivations
35
36
36
37
steps :
37
38
- uses : actions/checkout@v4
38
39
39
40
- uses : cachix/install-nix-action@v30
41
+ with :
42
+ extra_nix_config : |
43
+ ${{ matrix.targets.extraArgs }}
40
44
41
45
- name : run nix flake check with ${{ matrix.targets.repo }}/${{ matrix.targets.branch }}
42
46
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:
32
32
33
33
- repo : SuperSandro2000/nixpkgs
34
34
branch : nixos-unstable
35
+ extraArgs : --extra-experimental-features ca-derivations
35
36
36
37
steps :
37
38
- uses : actions/checkout@v4
38
39
39
40
- uses : cachix/install-nix-action@v30
41
+ with :
42
+ extra_nix_config : |
43
+ ${{ matrix.targets.extraArgs }}
40
44
41
45
- name : eval plain config with ${{ matrix.targets.repo }}/${{ matrix.targets.branch }}
42
46
if : matrix.targets.repo != 'NuschtOS/nuschtpkgs' || matrix.targets.branch != 'nixos-unstable'
You can’t perform that action at this time.
0 commit comments