Skip to content

Commit f6ca2eb

Browse files
committed
fixup! tools: fix timeout errors in lint-nix job
1 parent f51d1f7 commit f6ca2eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/nix/pkgs.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ nixpkgs
1212
nixfmt-tree = nixpkgs.nixfmt-tree.overrideAttrs (old: {
1313
patches = (old.patches or [ ]) ++ [
1414
(nixpkgs.fetchpatch2 {
15-
url = "https://github.com/numtide/treefmt/commit/c370339aa3390267eb5b45cc6cb1566aa8cab1b9.patch?full_index=1";
15+
url = "https://github.com/numtide/treefmt/commit/b96016b4e38ffc76518087b3b0c9bbfa190d5225.patch?full_index=1";
1616
revert = true;
17-
hash = "sha256-ysGtMvXbaNLuKc4CkrESTxTwCcdoiPNZZWCyailE6co=";
17+
hash = "sha256-DcxT2OGPX6Kmxhqa56DjZsSh2hoyhPyVmE17ULeryv8=";
1818
})
1919
];
2020
});

0 commit comments

Comments
 (0)