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.
1 parent 58a8e1d commit dd8f89cCopy full SHA for dd8f89c
1 file changed
tools/nix/pkgs.nix
@@ -1,21 +1,10 @@
1
arg:
2
let
3
repo = "https://github.com/NixOS/nixpkgs";
4
- rev = "13043924aaa7375ce482ebe2494338e058282925";
+ rev = "ab72be9733b41190ea34f1422a3e4e243ede7533";
5
nixpkgs = import (builtins.fetchTarball {
6
url = "${repo}/archive/${rev}.tar.gz";
7
- sha256 = "1pbv1c3syp94rh147s2nhbzfcib01blz3s7g290m43s3nk71404z";
+ sha256 = "1a720dxki2ymwiwdjn8awgpinigz5wsnxg2mmpy1s2b2wyy3gmz1";
8
}) arg;
9
in
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
-}
0 commit comments