chore(third_party): Bump Nixery version

This commit is contained in:
Vincent Ambo 2019-09-03 00:25:40 +01:00
parent 3a4d8544fe
commit d9a0f07c73

View file

@ -5,8 +5,8 @@
let src = pkgs.fetchFromGitHub {
owner = "google";
repo = "nixery";
rev = "5d64be1969f397236883f140b4d533497622387c";
sha256 = "0vxng5iy6m5a9b38x1mama6idagdinlv001fdkmjgj25sgyrqy2h";
rev = "811a1fd228906c89af61d340be8f44788152dad9";
sha256 = "0jsps86kr64rbnyi49w4pv9pr2fz1wp80zzk5a8ap6q21daky4q0";
};
in import src {
inherit pkgs;
@ -14,5 +14,5 @@ in import src {
export USER=root
cachix use tazjin
'';
extraPackages = with pkgs; [ cachix iana-etc ];
extraPackages = with pkgs; [ cachix ];
}