summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-01-27 12:59:00 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-01-27 13:08:40 +0700
commit36c91cea1dbe396b92b20bdab3d0d7ad2f294eeb (patch)
tree761d7e466aaa3ccba9175ee7ff969e1252626757 /nixos
parent02ee14b9d54d31351689084c47f9a048a41f27b4 (diff)
treewide: stdenv.lib -> lib
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/vault-postgresql.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/vault-postgresql.nix b/nixos/tests/vault-postgresql.nix
index daa719763388..a563aead22a3 100644
--- a/nixos/tests/vault-postgresql.nix
+++ b/nixos/tests/vault-postgresql.nix
@@ -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, ... }: {