mirror of
https://github.com/NixOS/nix
synced 2025-07-03 02:01:48 +02:00
Add DerivationType::CAFloating
This commit is contained in:
parent
bbc633c98c
commit
6756cecfcf
2 changed files with 22 additions and 7 deletions
|
@ -61,6 +61,7 @@ typedef std::map<string, string> StringPairs;
|
|||
enum struct DerivationType : uint8_t {
|
||||
Regular,
|
||||
CAFixed,
|
||||
CAFloating,
|
||||
};
|
||||
|
||||
/* Do the outputs of the derivation have paths calculated from their content,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue