We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae5c27 commit 1339902Copy full SHA for 1339902
modules/programs/docker-cli.nix
@@ -16,7 +16,10 @@ let
16
jsonFormat = pkgs.formats.json { };
17
in
18
{
19
- meta.maintainers = [ lib.maintainers.friedrichaltheide ];
+ meta.maintainers = [
20
+ lib.maintainers.friedrichaltheide
21
+ lib.hm.maintainers.will-lol
22
+ ];
23
24
options.programs.docker-cli = {
25
enable = mkEnableOption "management of docker client config";
0 commit comments