| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,3 +8,14 @@ let | |||
| 8 | 8 | }) arg; | |
| 9 | 9 | in | |
| 10 | 10 | nixpkgs | |
| 11 | + // { | ||
| 12 | + nixfmt-tree = nixpkgs.nixfmt-tree.overrideAttrs (old: { | ||
| 13 | + patches = (old.patches or [ ]) ++ [ | ||
| 14 | + (nixpkgs.fetchpatch2 { | ||
| 15 | + url = "https://github.com/numtide/treefmt/commit/b96016b4e38ffc76518087b3b0c9bbfa190d5225.patch?full_index=1"; | ||
| 16 | + revert = true; | ||
| 17 | + hash = "sha256-DcxT2OGPX6Kmxhqa56DjZsSh2hoyhPyVmE17ULeryv8="; | ||
| 18 | + }) | ||
| 19 | + ]; | ||
| 20 | + }); | ||
| 21 | + } | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments