about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-02-09 18:16:33 +0000
committerGitHub <noreply@github.com>2021-02-09 18:16:33 +0000
commit8064cff79ce80a1feb14ab9225f3664af4cb25e0 (patch)
treebfcb29d85a814a7cea77f04c6811867b117b44a1 /nixos/tests
parent44846974fa623e18b76762fd183064609454b86d (diff)
parent2ed859799985f12da6531126e4c7a1f8ac0fe745 (diff)
Merge master into staging-next
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/power-profiles-daemon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/power-profiles-daemon.nix b/nixos/tests/power-profiles-daemon.nix
index 422008316f078..e073677bee9d7 100644
--- a/nixos/tests/power-profiles-daemon.nix
+++ b/nixos/tests/power-profiles-daemon.nix
@@ -2,7 +2,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
 
 {
   name = "power-profiles-daemon";
-  meta = with pkgs.stdenv.lib.maintainers; {
+  meta = with pkgs.lib.maintainers; {
     maintainers = [ mvnetbiz ];
   };
   machine = { pkgs, ... }: {