krebs.build.profile :: str => absolute-path

This commit is contained in:
tv 2016-07-17 00:38:59 +02:00
parent d861643919
commit 0bc55750cf

View File

@ -9,9 +9,8 @@ with config.krebs.lib;
type = types.host;
};
# TODO make krebs.build.profile shell safe
profile = mkOption {
type = types.str;
type = types.absolute-path;
default = "/nix/var/nix/profiles/system";
};