clarify even harder what's meant by "stockholm"

This commit is contained in:
tv 2015-10-20 03:56:38 +02:00
parent f3873a2640
commit c08a46fd54
1 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
, current-user-name ? builtins.getEnv "LOGNAME"
}@current:
let out = {
let stockholm = {
# The generated scripts to deploy (or infest) systems can be found in the
# `krebs` attribute. There's also an init script, but it's in its early
# stages, not well integrated and mostly useless at the moment. :)
@ -47,7 +47,7 @@ let out = {
inherit (eval {}) pkgs;
};
krebs = import ./krebs (current // { stockholm = out; });
krebs = import ./krebs (current // { inherit stockholm; });
inherit (krebs) lib;
# Path resolvers for common and individual files.
@ -109,4 +109,4 @@ let out = {
system = config.system.build.toplevel;
};
in out
in stockholm