mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
power-profiles-daemon: pkgs.stdenv.lib -> pkgs.lib
This commit is contained in:
parent
1bc082c26d
commit
e605e6205f
@ -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