From ef13dc6637cbe329257770d9f72f0f96c84f6de7 Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Fri, 2 Apr 2021 20:53:00 +0200 Subject: [PATCH] =?UTF-8?q?nixos/tests/pomerium:=20stdenv.lib=20=E2=86=92?= =?UTF-8?q?=20lib?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just to be safe doesn't seem to have broken any evaluation checks so far. --- nixos/tests/pomerium.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/tests/pomerium.nix b/nixos/tests/pomerium.nix index 933614bb7d8..531b6212711 100644 --- a/nixos/tests/pomerium.nix +++ b/nixos/tests/pomerium.nix @@ -1,6 +1,6 @@ -import ./make-test-python.nix ({ pkgs, ... }: { +import ./make-test-python.nix ({ pkgs, lib, ... }: { name = "pomerium"; - meta = with pkgs.stdenv.lib.maintainers; { + meta = with lib.maintainers; { maintainers = [ lukegb ]; };