ci: disable IFD (#855)

Disable IFD in the CI to prevent regressions mentioned in commit
e72aa84da1 ("{vencord,vesktop}: revert attempt to support fonts
(#844)").

Link: https://github.com/danth/stylix/pull/855

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
Bernardo Meurer 2025-02-11 18:32:56 -03:00 committed by GitHub
parent 4af2686c1c
commit d8289c3f0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 27 additions and 2 deletions

View file

@ -69,6 +69,9 @@ jobs:
steps:
- uses: DeterminateSystems/nix-installer-action@v16
with:
extra-conf: |-
allow-import-from-derivation = false
- run: |
nix build --no-update-lock-file --print-build-logs \