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 --- users/sterni/nix/utf8/tests/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'users/sterni') diff --git a/users/sterni/nix/utf8/tests/default.nix b/users/sterni/nix/utf8/tests/default.nix index d9d8ae77105d..7569f8f071ae 100644 --- a/users/sterni/nix/utf8/tests/default.nix +++ b/users/sterni/nix/utf8/tests/default.nix @@ -1,8 +1,8 @@ -{ depot, lib, ... }: +{ depot, pkgs, lib, ... }: let - inherit (depot.third_party) + inherit (pkgs) runCommandLocal ; -- cgit 1.4.1