mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Reanme DerivationType::Regular
defintion too
This is the one non-prefixed occurence
This commit is contained in:
parent
e7b0847f2d
commit
e561a13a58
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ typedef std::map<StorePath, StringSet> DerivationInputs;
|
|||
typedef std::map<string, string> StringPairs;
|
||||
|
||||
enum struct DerivationType : uint8_t {
|
||||
Regular,
|
||||
InputAddressed,
|
||||
CAFixed,
|
||||
CAFloating,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue