We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lint-nix
1 parent 1607b5e commit f51d1f7Copy full SHA for f51d1f7
tools/nix/pkgs.nix
@@ -12,7 +12,7 @@ nixpkgs
12
nixfmt-tree = nixpkgs.nixfmt-tree.overrideAttrs (old: {
13
patches = (old.patches or [ ]) ++ [
14
(nixpkgs.fetchpatch2 {
15
- url = "https://github.com/numtide/treefmt/commits/c370339aa3390267eb5b45cc6cb1566aa8cab1b9.patch?full_index=1";
+ url = "https://github.com/numtide/treefmt/commit/c370339aa3390267eb5b45cc6cb1566aa8cab1b9.patch?full_index=1";
16
revert = true;
17
hash = "sha256-ysGtMvXbaNLuKc4CkrESTxTwCcdoiPNZZWCyailE6co=";
18
})
0 commit comments