pass: enable otp generation
This commit is contained in:
parent
4ad060e795
commit
89cef20b3c
4 changed files with 28 additions and 3 deletions
|
@ -19,6 +19,10 @@ let
|
|||
}));
|
||||
create_scripts =
|
||||
lib.mapAttrs (name: deps: create_script name ./${name} deps);
|
||||
|
||||
pass = pkgs.pass.withExtensions (ex: with ex; [
|
||||
pass-otp
|
||||
]);
|
||||
in
|
||||
create_scripts
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue