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:
commit
af8e44821e
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ struct DerivationBuilderParams
|
|||
/**
|
||||
* The derivation stored at drvPath.
|
||||
*/
|
||||
const Derivation & drv;
|
||||
const BasicDerivation & drv;
|
||||
|
||||
/**
|
||||
* The derivation options of `drv`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue