diff options
| author | tv <tv@krebsco.de> | 2018-10-06 23:48:20 +0200 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2018-10-07 11:38:08 +0200 |
| commit | 94c1cf62732f26944b5bb613c4880011f68420a3 (patch) | |
| tree | 511ab4a4bd7043f97e2a6b3d51f7b7e1e6bb6478 /tv/5pkgs/default.nix | |
| parent | 526794c4e37bd5a1c528ab1e9ad434e73400a421 (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}; + } |
