From 8d4b2f3d54e760ab9f7f8242370a54ff20796553 Mon Sep 17 00:00:00 2001 From: sterni Date: Sat, 10 Apr 2021 11:27:01 +0200 Subject: refactor(sterni): use pkgs over third_party to import from nixpkgs This should ease migrating to a distinction between depot.third_party and pkgs (as in nixpkgs) in the future. Ref cl/2910, b/108. Change-Id: I53a854071fddd7c0d0526cc4c5b16998202082c6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2913 Tested-by: BuildkiteCI Reviewed-by: tazjin --- nix/buildManPages/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'nix') diff --git a/nix/buildManPages/default.nix b/nix/buildManPages/default.nix index 83cf548c77bc..fe6d145f6cee 100644 --- a/nix/buildManPages/default.nix +++ b/nix/buildManPages/default.nix @@ -1,8 +1,7 @@ -{ depot, ... }: +{ depot, pkgs, lib, ... }: let - inherit (depot.third_party) - lib + inherit (pkgs) gzip mandoc coreutils -- cgit 1.4.1