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:
parent
86b053dd80
commit
97eb8c32a0
7 changed files with 27 additions and 10 deletions
|
|
@ -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()
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue