Remove 'with' from most modules
This commit is contained in:
parent
40032f7fd9
commit
7459ae0e96
27 changed files with 222 additions and 230 deletions
|
|
@ -1,14 +1,14 @@
|
|||
{ pkgs, ... }: {
|
||||
programs.password-store = {
|
||||
package = pkgs.pass.withExtensions (ext:
|
||||
with ext; [
|
||||
package = pkgs.pass.withExtensions (ext: (builtins.attrValues {
|
||||
inherit (ext)
|
||||
# pass-audit
|
||||
pass-checkup
|
||||
pass-import
|
||||
pass-otp
|
||||
pass-tomb
|
||||
pass-update
|
||||
]);
|
||||
pass-update;
|
||||
}));
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue