about summary refs log tree commit diff
path: root/tools/nixery/nixpkgs-pin.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-04-20T14·12+0200
committertazjin <tazjin@tvl.su>2022-04-20T14·23+0000
commit70779f4e651784165449479a70465b9dded41d28 (patch)
tree2c7148a1690027d8fd09f5eb0a3ca16057d5822f /tools/nixery/nixpkgs-pin.nix
parente459a6cf3bfc1d389ba59b1adc2c950820977d4f (diff)
refactor(nixery): Adapt Nix build instructions for readTree r/3979
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 <tazjin@tvl.su>
Diffstat (limited to '')
-rw-r--r--tools/nixery/nixpkgs-pin.nix4
1 files changed, 0 insertions, 4 deletions
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";
-}) {}