Skip to content

Commit 1607b5e

Browse files
committed
fixup! tools: fix timeout errors in lint-nix job
1 parent cbae6f8 commit 1607b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/nix/pkgs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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/commits/c370339aa3390267eb5b45cc6cb1566aa8cab1b9.patch?full_index=1";
1616
revert = true;
1717
hash = "sha256-ysGtMvXbaNLuKc4CkrESTxTwCcdoiPNZZWCyailE6co=";
1818
})

0 commit comments

Comments
 (0)