diff options
| author | tv <tv@krebsco.de> | 2018-10-06 23:48:20 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2018-10-06 23:48:20 +0200 |
| commit | 0730e4eb7481c6c25ef6642f2ec07834f2881961 (patch) | |
| tree | 01a74299f72fcb560021785aedf88554cf4f9724 /tv/5pkgs/default.nix | |
| parent | b11df47d92bebd5236b6218b6e6e9599f98e5ce5 (diff) | |
tv: add 18.09 compatibility
Diffstat (limited to 'tv/5pkgs/default.nix')
| -rw-r--r-- | tv/5pkgs/default.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tv/5pkgs/default.nix b/tv/5pkgs/default.nix index 82474ad..c5c800b 100644 --- a/tv/5pkgs/default.nix +++ b/tv/5pkgs/default.nix @@ -33,4 +33,16 @@ foldl' mergeAttrs {} ''; gnupg = self.gnupg22; + + pass = { + "18.03" = + self.callPackage ./compat/18.03/pass { + pass-otp = self.callPackage ./compat/18.03/pass-otp {}; + }; + "18.09" = + super.pass.withExtensions (ext: [ + ext.pass-otp + ]); + }.${versions.majorMinor nixpkgsVersion}; + } |
