Disable import-from-derivation (IFD)

See https://nix.dev/manual/nix/2.26/language/import-from-derivation#import-from-derivation
This commit is contained in:
SebastianStork 2025-09-09 16:37:12 +02:00
parent f23f3d4433
commit a6bb0ee596

View file

@ -34,6 +34,7 @@
"@wheel"
];
commit-lock-file-summary = "flake.lock: Update";
allow-import-from-derivation = false;
};
};