summaryrefslogtreecommitdiffstats
path: root/nixos/tests/lsd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/lsd.nix')
-rw-r--r--nixos/tests/lsd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/lsd.nix b/nixos/tests/lsd.nix
index e7525c97e323..c643f2f0b7b7 100644
--- a/nixos/tests/lsd.nix
+++ b/nixos/tests/lsd.nix
@@ -1,6 +1,6 @@
import ./make-test-python.nix ({ pkgs, ... }: {
name = "lsd";
- meta = with pkgs.stdenv.lib.maintainers; { maintainers = [ nequissimus ]; };
+ meta = with pkgs.lib.maintainers; { maintainers = [ nequissimus ]; };
nodes.lsd = { pkgs, ... }: { environment.systemPackages = [ pkgs.lsd ]; };