diff options
author | tv <tv@shackspace.de> | 2015-08-29 00:58:41 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-08-29 00:58:41 +0200 |
commit | 5591b1dd120dac7cc52098eaacb1476da7b9cb84 (patch) | |
tree | 85f6deb9ee6edeb9989cf64ccc28a4443163cf6f /krebs/3modules/retiolum.nix | |
parent | cb6bede2f65bdcaafe547fdffd8c99f671c54ee9 (diff) |
Z* -> */Z*
Diffstat (limited to 'krebs/3modules/retiolum.nix')
-rw-r--r-- | krebs/3modules/retiolum.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/retiolum.nix b/krebs/3modules/retiolum.nix index 481d6565c..4e70b78aa 100644 --- a/krebs/3modules/retiolum.nix +++ b/krebs/3modules/retiolum.nix @@ -58,7 +58,7 @@ let hosts = mkOption { type = with types; either package path; - default = ../../Zhosts; + default = ../Zhosts; description = '' If a path is given, then it will be used to generate an ad-hoc package. ''; |