arbys Options
environment.arbys.clobber Link copied!
Type:
booleanWhether to clobber conflicted files by default
Default:
falseDeclared in:
environment.arbys.clobberenvironment.arbys.enable Link copied!
Type:
booleanWhether to enable Arbitrary Symlink Manager.
Default:
falseExample:
trueDeclared in:
environment.arbys.enableenvironment.files Link copied!
Type:
attribute set of (submodule)Files to link
Default:
{ }Declared in:
environment.filesenvironment.files.<name>.clobber Link copied!
Type:
booleanWhether to clobber file or throw error on conflict
Default:
"config.environment.arbys.clobber"Declared in:
environment.files..clobber environment.files.<name>.enable Link copied!
Type:
booleanWhether to enable creation of this file.
Default:
trueExample:
falseDeclared in:
environment.files..enable environment.files.<name>.executable Link copied!
Type:
booleanWhether to set the execute bit on the target file.
Only effective in combination with .text specified, else permissions will be of the source file.
Default:
falseExample:
trueDeclared in:
environment.files..executable environment.files.<name>.gid Link copied!
Type:
null or signed integerGid this file will belong to
Default:
nullDeclared in:
environment.files..gid environment.files.<name>.source Link copied!
Type:
null or absolute path or stringPath of the source file or directory - be sure to quote paths you don't want nix to copy to the store.
Default:
nullDeclared in:
environment.files..source environment.files.<name>.text Link copied!
Type:
strings concatenated with "\n"Text of the file
Default:
""Declared in:
environment.files..text environment.files.<name>.uid Link copied!
Type:
null or signed integerUid this file will belong to
Default:
nullDeclared in:
environment.files..uid