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