about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2021-04-10T09·27+0200
committersterni <sternenseemann@systemli.org>2021-04-10T11·40+0000
commit8d4b2f3d54e760ab9f7f8242370a54ff20796553 (patch)
tree4d879ebd98d95e493989582075f9b9b7ff048cc1 /nix
parent055fe7ce8eea844cbdd28464e6d5932e2c84af5f (diff)
refactor(sterni): use pkgs over third_party to import from nixpkgs r/2460
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 <mail@tazj.in>
Diffstat (limited to 'nix')
-rw-r--r--nix/buildManPages/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/nix/buildManPages/default.nix b/nix/buildManPages/default.nix
index 83cf548c77..fe6d145f6c 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