]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - overlays/pass/default.nix
ad8facd61e02a422122392cef0624aa3efb70ee4
[perso/Immae/Config/Nix.git] / overlays / pass / default.nix
1 self: super: {
2 pass = super.pass.overrideAttrs (old: rec {
3 patches = old.patches ++ [ ./pass-fix-pass-init.patch ];
4 });
5 }