Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! tools: fix timeout errors in lint-nix job
  • Loading branch information
aduh95 committed Mar 15, 2026
commit f6ca2ebd1f2b4e5af6fbc326e7e7937a43d9efb4
4 changes: 2 additions & 2 deletions tools/nix/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ nixpkgs
nixfmt-tree = nixpkgs.nixfmt-tree.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [
(nixpkgs.fetchpatch2 {
url = "https://github.com/numtide/treefmt/commit/c370339aa3390267eb5b45cc6cb1566aa8cab1b9.patch?full_index=1";
url = "https://github.com/numtide/treefmt/commit/b96016b4e38ffc76518087b3b0c9bbfa190d5225.patch?full_index=1";
revert = true;
hash = "sha256-ysGtMvXbaNLuKc4CkrESTxTwCcdoiPNZZWCyailE6co=";
hash = "sha256-DcxT2OGPX6Kmxhqa56DjZsSh2hoyhPyVmE17ULeryv8=";
})
];
});
Expand Down
Loading