postPatch = ''substituteInPlace ui-repolist.c --replace "master" "main"'';
});
};
+ gitweb = final: prev: {
+ gitweb = prev.gitweb.overrideAttrs (oldAttrs: {
+ patches = [ ./patches/gitweb.patch ];
+ });
+ };
};
inherit (flake-utils.lib.eachDefaultSystem (system:
let
program = "${self.packages.${system}.resetmsmice}/bin/resetmsmice";
};
})
- )
+ ) packages apps;
};
}