pass: refactor extension packaging

This commit is contained in:
Tad Fisher
2018-05-04 10:53:17 -07:00
parent c68dc2212e
commit 0c2a7fa4dc
8 changed files with 205 additions and 92 deletions
@@ -0,0 +1,12 @@
{ pkgs, ... }:
with pkgs;
{
pass-import = callPackage ./import.nix {
pythonPackages = python3Packages;
};
pass-otp = callPackage ./otp.nix {};
pass-tomb = callPackage ./tomb.nix {};
pass-update = callPackage ./update.nix {};
}