nix: fix git config to use attribute sets

This commit is contained in:
Dave Gallant
2021-01-10 11:50:14 -05:00
parent 273e5c0ebe
commit 71121b7247
2 changed files with 6 additions and 7 deletions

View File

@@ -85,12 +85,11 @@
}; };
}; };
extraConfig = '' extraConfig = {
[push] push = { default = "current"; };
default = current pull = { rebase = true; };
[pull] };
rebase = true
'';
}; };
starship = { starship = {

View File

@@ -59,7 +59,7 @@ with pkgs; [
tflint tflint
tfsec tfsec
# cloud # gcp
google-cloud-sdk google-cloud-sdk
# jvm # jvm