aboutsummaryrefslogblamecommitdiff
path: root/overlays/pass/default.nix
blob: ad8facd61e02a422122392cef0624aa3efb70ee4 (plain) (tree)
1
2
3
4
5
              
                                             

                                                            
 
self: super: {
  pass = super.pass.overrideAttrs (old: rec {
    patches = old.patches ++ [ ./pass-fix-pass-init.patch ];
  });
}