summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-07-17 00:38:59 +0200
committertv <tv@krebsco.de>2016-07-17 00:53:21 +0200
commit0bc55750cfe132aaf7314a60dc26765766369aa6 (patch)
tree6e655634f016a67d6cc19ac3444020627606ae75
parentd8616439191014697d3f99776b5c51a2d799d907 (diff)
krebs.build.profile :: str => absolute-path
-rw-r--r--krebs/3modules/build.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/krebs/3modules/build.nix b/krebs/3modules/build.nix
index bc04345d6..4848748cd 100644
--- a/krebs/3modules/build.nix
+++ b/krebs/3modules/build.nix
@@ -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";
};