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