tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/auto-cpufreq: Add nicoo to maintainers
nicoo
2 years ago
9d270263
46a0c5eb
+4
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
hardware
auto-cpufreq.nix
+4
-1
nixos/modules/services/hardware/auto-cpufreq.nix
···
44
44
};
45
45
46
46
# uses attributes of the linked package
47
47
-
meta.buildDocsInSandbox = false;
47
47
+
meta = {
48
48
+
buildDocsInSandbox = false;
49
49
+
maintainers = with lib.maintainers; [ nicoo ];
50
50
+
};
48
51
}