1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-26 20:20:58 +01:00

created sub commit scripts

This commit is contained in:
Wouter den Breejen 2007-05-22 16:57:36 +00:00
parent 86b053dd80
commit 97eb8c32a0
7 changed files with 27 additions and 10 deletions

View file

@ -40,8 +40,8 @@ struct DerivationStateOutput
string hashAlgo;
string hash;
string enabled;
string shared;
string synchronization;
string shared; //none, full, group
string synchronization; //none, ... ?
string createDirsBeforeInstall;
DerivationStateOutput()
{
@ -69,8 +69,8 @@ struct DerivationStateOutput
struct DerivationStateOutputDir
{
string path;
string type;
string interval;
string type; //none, manual, interval, full
string interval; //type int
DerivationStateOutputDir()
{
}