diff options
author | lassulus <lassulus@lassul.us> | 2020-11-17 23:17:43 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2020-11-17 23:17:43 +0100 |
commit | d8bac1b3ad978108e35c01d4600293345aafea36 (patch) | |
tree | e5c73737fce5f0b16cc361355eae4cbb971edb5f /tv/5pkgs/default.nix | |
parent | b55c1126c291ca546da6ef2068a9e8413f814018 (diff) | |
parent | 5f3d66622940635b405fa1db2c6c76878ad4d167 (diff) |
Merge remote-tracking branch 'ni/master' into 20.09
Diffstat (limited to 'tv/5pkgs/default.nix')
-rw-r--r-- | tv/5pkgs/default.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tv/5pkgs/default.nix b/tv/5pkgs/default.nix index 2f6b67e73..fd3d2f32a 100644 --- a/tv/5pkgs/default.nix +++ b/tv/5pkgs/default.nix @@ -40,14 +40,4 @@ foldl' mergeAttrs {} gnupg = self.gnupg22; - pass = { - "18.03" = - self.callPackage ./compat/18.03/pass { - pass-otp = self.callPackage ./compat/18.03/pass-otp {}; - }; - }.${versions.majorMinor version} or - super.pass.withExtensions (ext: [ - ext.pass-otp - ]); - } |