We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b39691 commit 5e688dcCopy full SHA for 5e688dc
.github/workflows/nix.yml
@@ -10,5 +10,8 @@ jobs:
10
steps:
11
- uses: actions/checkout@v3
12
- uses: DeterminateSystems/nix-installer-action@main
13
+ with:
14
+ extra-conf: |-
15
+ extra-experimental-features = nix-command flakes impure-derivations ca-derivations
16
- uses: DeterminateSystems/magic-nix-cache-action@main
17
- run: nix flake check
0 commit comments