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 7f8019e commit a98d9f6Copy full SHA for a98d9f6
tools/nix/pkgs.nix
@@ -1,10 +1,10 @@
1
arg:
2
let
3
repo = "https://github.com/NixOS/nixpkgs";
4
- rev = "f82ce7af0b79ac154b12e27ed800aeb97413723c";
+ rev = "9cf7092bdd603554bd8b63c216e8943cf9b12512";
5
nixpkgs = import (builtins.fetchTarball {
6
url = "${repo}/archive/${rev}.tar.gz";
7
- sha256 = "0dkkyyk3y8g1a7fs4rv3lqrsmxf60vrk3q93wl7yl6ggjgds79id";
+ sha256 = "0bfq9cjbp8ywrdp03ji8mak5b20aa5cn8l04vvfrjybdc4q6znpn";
8
}) arg;
9
in
10
nixpkgs
0 commit comments