Merge pull request #112507 from siraben/stdenv-lib-power-profiles
power-profiles-daemon: pkgs.stdenv.lib -> pkgs.lib
This commit is contained in:
commit
c2e3f717eb
@ -2,7 +2,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
|
|||||||
|
|
||||||
{
|
{
|
||||||
name = "power-profiles-daemon";
|
name = "power-profiles-daemon";
|
||||||
meta = with pkgs.stdenv.lib.maintainers; {
|
meta = with pkgs.lib.maintainers; {
|
||||||
maintainers = [ mvnetbiz ];
|
maintainers = [ mvnetbiz ];
|
||||||
};
|
};
|
||||||
machine = { pkgs, ... }: {
|
machine = { pkgs, ... }: {
|
||||||
|
Loading…
Reference in New Issue
Block a user