mirror of
https://github.com/NixOS/nix.git
synced 2025-11-26 04:00:59 +01:00
added state options and state locations into drv
This commit is contained in:
parent
b712f0f019
commit
4c63f18dcc
7 changed files with 120 additions and 14 deletions
|
|
@ -48,6 +48,7 @@ public:
|
|||
|
||||
typedef list<string> Strings;
|
||||
typedef set<string> StringSet;
|
||||
typedef set<StringSet> SetStringSet;
|
||||
|
||||
|
||||
/* Paths are just strings. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue