diff options
Diffstat (limited to 'overlays/pass')
-rw-r--r-- | overlays/pass/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/pass/default.nix b/overlays/pass/default.nix index df42cf1..262492f 100644 --- a/overlays/pass/default.nix +++ b/overlays/pass/default.nix | |||
@@ -1,5 +1,5 @@ | |||
1 | self: super: { | 1 | self: super: { |
2 | pass = (super.pass.withExtensions (exts: [ exts.pass-otp ])).overrideAttrs (old: | 2 | pass = super.pass.overrideAttrs (old: |
3 | self.mylibs.fetchedGit ./pass.json // { | 3 | self.mylibs.fetchedGit ./pass.json // { |
4 | patches = old.patches ++ [ ./pass-fix-pass-init.patch ]; | 4 | patches = old.patches ++ [ ./pass-fix-pass-init.patch ]; |
5 | } | 5 | } |