diff options
| author | seth <[email protected]> | 2024-11-12 02:52:12 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-11-12 03:14:53 -0500 |
| commit | c05c6a6271b3158f8bc52c0f8f6d371a3a384187 (patch) | |
| tree | 6ab9bc8ce970bbca62040d0b22e8b396a7595314 | |
| parent | f9ef3c4c3e054f4c293e4d1bb291b25f38921f35 (diff) | |
tree-wide: disallow IFD again
Only mako and swaylock need it, and they're not being used right now
| -rw-r--r-- | .github/workflows/ci.yaml | 2 | ||||
| -rw-r--r-- | justfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 98094ed..d9fe92f 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 true \ + --option allow-import-from-derivation false \ --flake '.#hydraJobs' build-gate: @@ -40,14 +40,14 @@ check *args="": --print-build-logs \ --show-trace \ --accept-flake-config \ - --allow-import-from-derivation \ + --no-allow-import-from-derivation \ {{ args }} eval system *args="": nix eval \ --raw \ '.#nixosConfigurations.{{ system }}.config.system.build.toplevel' \ - --allow-import-from-derivation \ + --no-allow-import-from-derivation \ {{ args }} update: |
