1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

Merge pull request #14490 from obsidiansystems/derivation-builder-no-inputs

`DerivationBuilderParams` have reference to `BasicDerivation`
This commit is contained in:
John Ericson 2025-11-06 18:15:56 +00:00 committed by GitHub
commit af8e44821e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,7 +62,7 @@ struct DerivationBuilderParams
/**
* The derivation stored at drvPath.
*/
const Derivation & drv;
const BasicDerivation & drv;
/**
* The derivation options of `drv`.