Skip to content

Commit 31d509f

Browse files
Allow ca-derivations from my fork
1 parent 52719ac commit 31d509f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/flake-check.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

.github/workflows/plain-eval.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)