From 544d72189c5c1dc7a24d5dec68e9d377a62e5dc0 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 16 Jun 2022 17:59:48 +0300 Subject: chore(nixery): use nix-1p from within the depot Since the source of nix-1p is checked in under //nix/nix-1p, we should use it from there if Nixery is being built inside of depot. Change-Id: Iddd54f7b93b398b2f909db6ee105366a9914a2ac Reviewed-on: https://cl.tvl.fyi/c/depot/+/5882 Reviewed-by: sterni Tested-by: BuildkiteCI Autosubmit: tazjin --- tools/nixery/docs/default.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'tools/nixery/docs') diff --git a/tools/nixery/docs/default.nix b/tools/nixery/docs/default.nix index 74409fcfa92f..f26b24f2c146 100644 --- a/tools/nixery/docs/default.nix +++ b/tools/nixery/docs/default.nix @@ -7,16 +7,8 @@ # Some of the documentation is pulled in and included from other # sources. -{ fetchFromGitHub, mdbook, runCommand, rustPlatform, postamble ? "" }: +{ fetchFromGitHub, mdbook, runCommand, rustPlatform, nix-1p, postamble ? "" }: -let - nix-1p = fetchFromGitHub { - owner = "tazjin"; - repo = "nix-1p"; - rev = "9f0baf5e270128d9101ba4446cf6844889e399a2"; - sha256 = "1pf9i90gn98vz67h296w5lnwhssk62dc6pij983dff42dbci7lhj"; - }; -in runCommand "nixery-book" { POSTAMBLE = postamble; -- cgit 1.4.1