1
1
Fork 0
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:
Wouter den Breejen 2007-05-16 10:16:10 +00:00
parent b712f0f019
commit 4c63f18dcc
7 changed files with 120 additions and 14 deletions

View file

@ -48,6 +48,7 @@ public:
typedef list<string> Strings;
typedef set<string> StringSet;
typedef set<StringSet> SetStringSet;
/* Paths are just strings. */