diff options
author | makefu <github@syntax-fehler.de> | 2015-11-05 11:10:14 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-11-05 11:10:14 +0100 |
commit | 63bf3513f4a67907ffb9beb96bec0041de086554 (patch) | |
tree | 3bd4c4c2b46d65ce7a27f1ae7d81c4bb5f69482b /tv/4lib/default.nix | |
parent | bd5715aa9c0f9fc76c478434a127d2b749f10012 (diff) | |
parent | fd901a72b64ca53ea0f5268813caf259950f7347 (diff) |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'tv/4lib/default.nix')
-rw-r--r-- | tv/4lib/default.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tv/4lib/default.nix b/tv/4lib/default.nix index 7e6b2ab..c099eb7 100644 --- a/tv/4lib/default.nix +++ b/tv/4lib/default.nix @@ -6,9 +6,6 @@ lib // rec { inherit lib pkgs; }; - # "7.4.335" -> "74" - majmin = with lib; x : concatStrings (take 2 (splitString "." x)); - # TODO deprecate shell-escape for lass shell-escape = lib.shell.escape; } |