let
pkgs = import nixpkgs { inherit system; };
in {
+ overlays = {
+ cgit = final: prev: {
+ cgit = prev.cgit.overrideAttrs (oldAttrs: {
+ postPatch = ''substituteInPlace ui-repolist.c --replace "master" "main"'';
+ });
+ };
+ }
+
packages.resetmsmice = pkgs.stdenv.mkDerivation {
pname = "resetmsmice";
version = "0.0.0";