diff options
| -rw-r--r-- | .github/workflows/ci.yaml | 2 | ||||
| -rw-r--r-- | justfile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3c9e93f..85f216b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,7 +50,7 @@ jobs: --no-nom \ --skip-cached \ --systems "$SYSTEM" \ - --option allow-import-from-derivation false \ + --option allow-import-from-derivation true \ --flake '.#hydraJobs' build-gate: @@ -41,13 +41,14 @@ check *args="": --print-build-logs \ --show-trace \ --accept-flake-config \ + --allow-import-from-derivation \ {{ args }} eval system *args="": nix eval \ --raw \ '.#nixosConfigurations.{{ system }}.config.system.build.toplevel' \ - --no-allow-import-from-derivation \ + --allow-import-from-derivation \ {{ args }} update: |
