Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

nixos/git: change config type

figsoda 471cfaf5 a6bff35d

+1 -1
+1 -1
nixos/modules/programs/git.nix
··· 20 }; 21 22 config = mkOption { 23 - type = types.attrs; 24 default = { }; 25 example = { 26 init.defaultBranch = "main";
··· 20 }; 21 22 config = mkOption { 23 + type = with types; attrsOf (attrsOf anything); 24 default = { }; 25 example = { 26 init.defaultBranch = "main";