summary refs log tree commit diff
path: root/nixos/tests/vault-postgresql.nix
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/tests/vault-postgresql.nix
parent02ee14b9d54d31351689084c47f9a048a41f27b4 (diff)
downloadnixpkgs-36c91cea1dbe396b92b20bdab3d0d7ad2f294eeb.tar
nixpkgs-36c91cea1dbe396b92b20bdab3d0d7ad2f294eeb.tar.gz
nixpkgs-36c91cea1dbe396b92b20bdab3d0d7ad2f294eeb.tar.bz2
nixpkgs-36c91cea1dbe396b92b20bdab3d0d7ad2f294eeb.tar.lz
nixpkgs-36c91cea1dbe396b92b20bdab3d0d7ad2f294eeb.tar.xz
nixpkgs-36c91cea1dbe396b92b20bdab3d0d7ad2f294eeb.tar.zst
nixpkgs-36c91cea1dbe396b92b20bdab3d0d7ad2f294eeb.zip
treewide: stdenv.lib -> lib
Diffstat (limited to 'nixos/tests/vault-postgresql.nix')
-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 daa71976338..a563aead22a 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, ... }: {