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 15bdf38 commit 3e1ce4dCopy full SHA for 3e1ce4d
tools/nix/pkgs.nix
@@ -1,10 +1,10 @@
1
arg:
2
let
3
repo = "https://github.com/NixOS/nixpkgs";
4
- rev = "7d853e518814cca2a657b72eeba67ae20ebf7059";
+ rev = "3edc4a30ed3903fdf6f90c837f961fa6b49582d1";
5
nixpkgs = import (builtins.fetchTarball {
6
url = "${repo}/archive/${rev}.tar.gz";
7
- sha256 = "0hsqizh6kqp27gywdl33rpjclz8lls8s757qwa5qkbjb9an0dxlp";
+ sha256 = "0ajsdd3m4qz8mpimfcrawx81cqj8s5ypnkrxpwy7icj9j8gcpksa";
8
}) arg;
9
in
10
nixpkgs
0 commit comments