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