From 70779f4e651784165449479a70465b9dded41d28 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 20 Apr 2022 16:12:06 +0200 Subject: refactor(nixery): Adapt Nix build instructions for readTree This does not fully change the build structure of Nixery to be depot-compatible yet, but should allow most targets to be built in depot CI. This contains some hacks to work around surface incompatibilities which we'll clear away later. Change-Id: I84e7734334abbe299983956f528c0897f49fa8c2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5485 Tested-by: BuildkiteCI Reviewed-by: tazjin --- tools/nixery/nixpkgs-pin.nix | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 tools/nixery/nixpkgs-pin.nix (limited to 'tools/nixery/nixpkgs-pin.nix') diff --git a/tools/nixery/nixpkgs-pin.nix b/tools/nixery/nixpkgs-pin.nix deleted file mode 100644 index d868855b5b..0000000000 --- a/tools/nixery/nixpkgs-pin.nix +++ /dev/null @@ -1,4 +0,0 @@ -import (builtins.fetchTarball { - url = "https://github.com/NixOS/nixpkgs/archive/2deb07f3ac4eeb5de1c12c4ba2911a2eb1f6ed61.tar.gz"; - sha256 = "0036sv1sc4ddf8mv8f8j9ifqzl3fhvsbri4z1kppn0f1zk6jv9yi"; -}) {} -- cgit 1.4.1