From bb69d129d35e7bd22fa414a485f2de9b5c0ddecc Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sat, 17 Apr 2021 02:21:11 -0400 Subject: chore(grfn/achilles): Load shell.nix from depot Rather than pinning a nixpkgs in here, just import the relative path to the depot to load nixpkgs. Change-Id: I452727d45e4f44ecc99b86d17e88a413c1911c59 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3025 Reviewed-by: grfn Tested-by: BuildkiteCI --- users/grfn/achilles/shell.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'users/grfn/achilles') diff --git a/users/grfn/achilles/shell.nix b/users/grfn/achilles/shell.nix index cdf74db415ca..f32dce3ba39d 100644 --- a/users/grfn/achilles/shell.nix +++ b/users/grfn/achilles/shell.nix @@ -1,7 +1,4 @@ -with import (builtins.fetchTarball { - url = "https://github.com/nixos/nixpkgs/archive/93a812bb9f9c398bd5b9636ab3674dcfe8cfb884.tar.gz"; - sha256 = "14zzsgnigd7vjbrpzm1s4qsknm73sci38ss00x96wamz6psaxyah"; -}) {}; +with (import ../../.. {}).third_party.nixpkgs; mkShell { buildInputs = [ @@ -17,4 +14,5 @@ mkShell { pkg-config ]; + LLVM_SYS_110_PREFIX = llvmPackages_11.bintools; } -- cgit 1.4.1