treewide: stdenv.lib -> lib

This commit is contained in:
Ben Siraphob 2021-01-27 12:59:00 +07:00
parent 02ee14b9d5
commit 36c91cea1d
13 changed files with 35 additions and 35 deletions

View file

@ -8,7 +8,7 @@
import ./make-test-python.nix ({ pkgs, ... }:
{
name = "vault-postgresql";
meta = with pkgs.stdenv.lib.maintainers; {
meta = with pkgs.lib.maintainers; {
maintainers = [ lnl7 roberth ];
};
machine = { lib, pkgs, ... }: {