summaryrefslogtreecommitdiffstats
path: root/4lib
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-07-23 01:02:36 +0200
committertv <tv@shackspace.de>2015-07-23 01:02:36 +0200
commit8e41a4be471cd9bb74c8667140a70f8c05c363d4 (patch)
tree0771b61bf7eeeb25d2a317842f1a1f17f48a6f29 /4lib
parent504b1b90e809934a01357450ccdf35c4e4afc74d (diff)
* tv identity: hosts.*.search -> search
Diffstat (limited to '4lib')
-rw-r--r--4lib/tv/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/4lib/tv/default.nix b/4lib/tv/default.nix
index 6985baa9..c134745d 100644
--- a/4lib/tv/default.nix
+++ b/4lib/tv/default.nix
@@ -39,9 +39,6 @@ builtins // lib // rec {
in
xsn >= sn && substring (xsn - sn) sn xs == s ;
- removeSuffix =
- s : xs : substring 0 (stringLength xs - stringLength s) xs;
-
# setMap :: (String -> a -> b) -> Set String a -> [b]
#setMap = f: xs: map (k : f k (getAttr k xs)) (attrNames xs);
@@ -74,9 +71,6 @@ builtins // lib // rec {
type = attrsOf net;
apply = x: assert hasAttr "retiolum" x; x;
};
- search = mkOption {
- type = hostname;
- };
};
};