inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
inputs.flake-utils.url = "github:numtide/flake-utils";
cgit = prev.cgit.overrideAttrs (oldAttrs: {
postPatch = ''substituteInPlace ui-repolist.c --replace "master" "main"'';
});
cgit = prev.cgit.overrideAttrs (oldAttrs: {
postPatch = ''substituteInPlace ui-repolist.c --replace "master" "main"'';
});