about summary refs log tree commit diff
path: root/nixos/tests/wmderland.nix
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-05-05 09:00:24 +0700
committertomberek <tomberek@users.noreply.github.com>2021-05-05 01:43:05 -0400
commita913f3ff49e93a8da1307131cef164586492c90e (patch)
treee679df6cd1dd61c749ecb64f9f6ba6fbf4a71b08 /nixos/tests/wmderland.nix
parent59cd52dc40379ebfb93bced3c7f39cbd9b14a5f2 (diff)
nixos/tests/wmderland: remove stdenv.lib
Diffstat (limited to 'nixos/tests/wmderland.nix')
-rw-r--r--nixos/tests/wmderland.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/wmderland.nix b/nixos/tests/wmderland.nix
index d121ed98b7ac7..6de0cd9212eea 100644
--- a/nixos/tests/wmderland.nix
+++ b/nixos/tests/wmderland.nix
@@ -1,6 +1,6 @@
 import ./make-test-python.nix ({ pkgs, ...} : {
   name = "wmderland";
-  meta = with pkgs.stdenv.lib.maintainers; {
+  meta = with pkgs.lib.maintainers; {
     maintainers = [ takagiy ];
   };