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 a3108ff commit c0159f8Copy full SHA for c0159f8
tools/nix/pkgs.nix
@@ -1,10 +1,10 @@
1
arg:
2
let
3
repo = "https://github.com/NixOS/nixpkgs";
4
- rev = "832efc09b4caf6b4569fbf9dc01bec3082a00611";
+ rev = "8d8c1fa5b412c223ffa47410867813290cdedfef";
5
nixpkgs = import (builtins.fetchTarball {
6
url = "${repo}/archive/${rev}.tar.gz";
7
- sha256 = "1sxhlp1khk9ifh24lcg5qland4pg056l5jhyfw8xq3qmpavf390x";
+ sha256 = "0gd4211p8wrjbrai0kwbaxxhw3drfqzz9k0bw7lcg0ddhr9mjir7";
8
}) arg;
9
in
10
nixpkgs
0 commit comments