tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
nixos/git: change config type
figsoda
4 years ago
471cfaf5
a6bff35d
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
programs
git.nix
+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";