From 4bbbb58cb537014dd8b0b3c3c560c039ac57ad89 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 21 Feb 2020 12:47:29 +0000 Subject: chore: Rename pkgs->depot in all Nix file headers --- third_party/nixery/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'third_party/nixery/default.nix') diff --git a/third_party/nixery/default.nix b/third_party/nixery/default.nix index 7ef7b644f8..4b894ce1dd 100644 --- a/third_party/nixery/default.nix +++ b/third_party/nixery/default.nix @@ -2,14 +2,14 @@ # outside of this repository ... { pkgs, ... }: -let src = pkgs.third_party.fetchFromGitHub { +let src = pkgs.fetchFromGitHub { owner = "google"; repo = "nixery"; rev = "4f6ce83f9296545d6c74321b37d18545764c8827"; sha256 = "19aiak1pss6vwm0fwn02827l5ir78fkqglfbdl2gchsyv3gps8bg"; }; in import src { - pkgs = pkgs.third_party; + inherit pkgs; preLaunch = '' export USER=root cachix use tazjin -- cgit 1.4.1