diff options
author | tv <tv@krebsco.de> | 2016-07-17 00:38:59 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-07-17 00:53:21 +0200 |
commit | 0bc55750cfe132aaf7314a60dc26765766369aa6 (patch) | |
tree | 6e655634f016a67d6cc19ac3444020627606ae75 /krebs/3modules/build.nix | |
parent | d8616439191014697d3f99776b5c51a2d799d907 (diff) |
krebs.build.profile :: str => absolute-path
Diffstat (limited to 'krebs/3modules/build.nix')
-rw-r--r-- | krebs/3modules/build.nix | 3 |
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"; }; |