X-Git-Url: https://gitweb.ps.run/flakes/blobdiff_plain/ecac953531e495cf5b591d2f77cefcc4870abfa1..e7c80b6dfe48421c4b0f12b7ceac230b19a12537:/flake.nix diff --git a/flake.nix b/flake.nix index a2c8d63..33324e4 100644 --- a/flake.nix +++ b/flake.nix @@ -9,6 +9,14 @@ 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";