summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-27 10:13:05 +0100
committerGitHub <noreply@github.com>2021-01-27 10:13:05 +0100
commit2ee93d61ad2220199e8116526d485a8e23e9aee5 (patch)
tree9bf733fe5fd9491f568709bb6511e9536a0b05f2 /nixos
parentb58f10c3ba10d20f246b668a49a99fb2cfd11b7f (diff)
parent36c91cea1dbe396b92b20bdab3d0d7ad2f294eeb (diff)
Merge pull request #110913 from siraben/other-stdenv-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, ... }: {