passExtensions.pass-genphrase: init at 0.1

This commit is contained in:
Gürkan Gür
2018-12-06 21:40:52 +01:00
parent 904e1852e1
commit 007e177f90
3 changed files with 38 additions and 0 deletions
@@ -12,4 +12,5 @@ with pkgs;
pass-otp = callPackage ./otp.nix {};
pass-tomb = callPackage ./tomb.nix {};
pass-update = callPackage ./update.nix {};
pass-genphrase = callPackage ./genphrase.nix {};
}