Skip to content

Commit 28ba97d

Browse files
committed
workflows: flake-checks: enforce pure evaluation
1 parent 90e8440 commit 28ba97d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/flake-checks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
uses: nixbuild/nix-quick-install-action@v32
1616
with:
1717
nix_conf: |
18+
pure-eval = true
1819
allow-import-from-derivation = false
1920
2021
- name: Clone repository

0 commit comments

Comments
 (0)