chore(third_party): Bump Nixery version
This commit is contained in:
parent
3a4d8544fe
commit
d9a0f07c73
1 changed files with 3 additions and 3 deletions
6
third_party/nixery.nix
vendored
6
third_party/nixery.nix
vendored
|
@ -5,8 +5,8 @@
|
||||||
let src = pkgs.fetchFromGitHub {
|
let src = pkgs.fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = "nixery";
|
repo = "nixery";
|
||||||
rev = "5d64be1969f397236883f140b4d533497622387c";
|
rev = "811a1fd228906c89af61d340be8f44788152dad9";
|
||||||
sha256 = "0vxng5iy6m5a9b38x1mama6idagdinlv001fdkmjgj25sgyrqy2h";
|
sha256 = "0jsps86kr64rbnyi49w4pv9pr2fz1wp80zzk5a8ap6q21daky4q0";
|
||||||
};
|
};
|
||||||
in import src {
|
in import src {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
|
@ -14,5 +14,5 @@ in import src {
|
||||||
export USER=root
|
export USER=root
|
||||||
cachix use tazjin
|
cachix use tazjin
|
||||||
'';
|
'';
|
||||||
extraPackages = with pkgs; [ cachix iana-etc ];
|
extraPackages = with pkgs; [ cachix ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue