Skip to content

Commit 5e688dc

Browse files
authored
ci: enable flakes
1 parent 5b39691 commit 5e688dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nix.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212
- uses: DeterminateSystems/nix-installer-action@main
13+
with:
14+
extra-conf: |-
15+
extra-experimental-features = nix-command flakes impure-derivations ca-derivations
1316
- uses: DeterminateSystems/magic-nix-cache-action@main
1417
- run: nix flake check

0 commit comments

Comments
 (0)