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 481b9b1 commit 50eb39fCopy full SHA for 50eb39f
tools/nix/pkgs.nix
@@ -1,10 +1,10 @@
1
arg:
2
let
3
repo = "https://github.com/NixOS/nixpkgs";
4
- rev = "ca77296380960cd497a765102eeb1356eb80fed0";
+ rev = "3cbe716e2346710d6e1f7c559363d14e11c32a43";
5
nixpkgs = import (builtins.fetchTarball {
6
url = "${repo}/archive/${rev}.tar.gz";
7
- sha256 = "1airrw6l87iyny1a3mb29l28na4s4llifprlgpll2na461jd40iy";
+ sha256 = "08qnqhkcvpk2zhfsnf4k3ipcqbncmq1iv3qpfjwzrkq0l0mvky17";
8
}) arg;
9
in
10
nixpkgs
0 commit comments