mirror of
https://github.com/NixOS/nix
synced 2025-07-02 17:41:48 +02:00
Merge branch 'ca-derivation-data-types' of github.com:obsidiansystems/nix into misc-ca
This commit is contained in:
commit
387699fe7f
3 changed files with 4 additions and 3 deletions
|
@ -24,6 +24,7 @@ std::optional<StorePath> DerivationOutput::pathOpt(const Store & store, std::str
|
|||
}, output);
|
||||
}
|
||||
|
||||
|
||||
bool derivationIsCA(DerivationType dt) {
|
||||
switch (dt) {
|
||||
case DerivationType::Regular: return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue