Compare commits
2 commits
e7fa12d6f3
...
ef34e2314b
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ef34e2314b | ||
![]() |
8251efc384 |
1 changed files with 4 additions and 2 deletions
|
@ -43,9 +43,11 @@
|
|||
bool
|
||||
nullOr
|
||||
lines
|
||||
str
|
||||
path
|
||||
int
|
||||
attrsOf
|
||||
either
|
||||
;
|
||||
fileType = submodule (
|
||||
{ options, ... }:
|
||||
|
@ -63,9 +65,9 @@
|
|||
};
|
||||
|
||||
source = mkOption {
|
||||
type = nullOr path;
|
||||
type = nullOr (either path str);
|
||||
default = null;
|
||||
description = "Path of the source file or directory";
|
||||
description = "Path of the source file or directory - be sure to quote paths you don't want nix to copy to the store.";
|
||||
};
|
||||
|
||||
executable = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue