hydra: try to fix yggdrasil build

This commit is contained in:
Christoph Hollizeck 2025-10-22 11:45:12 +02:00
parent efa64cd357
commit 5321ff41f9
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -32,6 +32,9 @@ in
port = cfg.httpPort; port = cfg.httpPort;
notificationSender = "hydra@localhost"; notificationSender = "hydra@localhost";
useSubstitutes = true; useSubstitutes = true;
extraConfig = ''
allow-import-from-derivation = 1
'';
}; };
}; };
} }