diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-07-27 15:00:28 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-07-27 15:00:28 +0000 |
commit | 387699fe7ff3fafca879843327843845fd8229d0 (patch) | |
tree | 54b0bc60456ee8868e15649319dcb97f4751e236 /src/libstore/derivations.cc | |
parent | a2af25c55a9d8a0bc7333b5e3e3597353a2bd65a (diff) | |
parent | ac89462b7412f4d72f452552dffe36202bd528e9 (diff) |
Merge branch 'ca-derivation-data-types' of github.com:obsidiansystems/nix into misc-ca
Diffstat (limited to 'src/libstore/derivations.cc')
-rw-r--r-- | src/libstore/derivations.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/derivations.cc b/src/libstore/derivations.cc index 157fc1db1..c88bb3c6d 100644 --- a/src/libstore/derivations.cc +++ b/src/libstore/derivations.cc @@ -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; |