···11+# May lord have mercy on my soul
22+_: prev: {
33+ jujutsu = prev.jujutsu.overrideAttrs {
44+ patches = (prev.patches or [ ]) ++ [
55+ # HACK: I am so sick and tired of not being able to push to Nixpkgs
66+ # because some edgy fucking idiot thought that it's a good idea to not
77+ # specify an email address in a commit
88+ #
99+ # See https://github.com/NixOS/nixpkgs/pull/453871
1010+ # See https://github.com/jj-vcs/jj/issues/5723
1111+ (prev.fetchpatch2 {
1212+ url = "https://github.com/pluiedev/jj/commit/daa88d4dd485ed0c188023d2af8f811fd4db4a14.patch";
1313+ hash = "sha256-F8fp+LXQwuFVVVnYHJAEaQ9dFr6z9tdCkmcKDC39mM8=";
1414+ })
1515+ ];
1616+ doCheck = false;
1717+ };
1818+}