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 --- presentations/bootstrapping-2018/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'presentations') diff --git a/presentations/bootstrapping-2018/default.nix b/presentations/bootstrapping-2018/default.nix index 28296d8bf3..0dff14b2a1 100644 --- a/presentations/bootstrapping-2018/default.nix +++ b/presentations/bootstrapping-2018/default.nix @@ -2,7 +2,7 @@ { pkgs, ... }: -with pkgs.third_party; +with pkgs; let tex = texlive.combine { inherit (texlive) -- cgit 1.4.1