Skip to content

Commit af8e448

Browse files
authored
Merge pull request NixOS#14490 from obsidiansystems/derivation-builder-no-inputs
`DerivationBuilderParams` have reference to `BasicDerivation`
2 parents 70fbd1c + e7b274f commit af8e448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstore/include/nix/store/build/derivation-builder.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ struct DerivationBuilderParams
6262
/**
6363
* The derivation stored at drvPath.
6464
*/
65-
const Derivation & drv;
65+
const BasicDerivation & drv;
6666

6767
/**
6868
* The derivation options of `drv`.

0 commit comments

Comments
 (0)