summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/build.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-08 01:07:03 +0100
committertv <tv@krebsco.de>2016-02-08 01:07:03 +0100
commitd98578e3e190463a341a94f2cc778ef886f9252d (patch)
treeb7014811a1248c1e733c12f0a2025c2096eb0f3e /krebs/3modules/build.nix
parentec7dc8a5ace37cdf1005cabd5a8554f4dc73727e (diff)
rm krebs.build.target
Diffstat (limited to 'krebs/3modules/build.nix')
-rw-r--r--krebs/3modules/build.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/krebs/3modules/build.nix b/krebs/3modules/build.nix
index 0da5dd38..3530fd59 100644
--- a/krebs/3modules/build.nix
+++ b/krebs/3modules/build.nix
@@ -3,8 +3,6 @@
with lib;
let
- target = config.krebs.build // { user.name = "root"; };
-
out = {
# TODO deprecate krebs.build.host
options.krebs.build.host = mkOption {
@@ -17,12 +15,6 @@ let
default = "/nix/var/nix/profiles/system";
};
- # TODO make krebs.build.target.host :: host
- options.krebs.build.target = mkOption {
- type = with types; nullOr str;
- default = null;
- };
-
# TODO deprecate krebs.build.user
options.krebs.build.user = mkOption {
type = types.user;