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 = ''
[push]
default = current
[pull]
rebase = true
'';
extraConfig = {
push = { default = "current"; };
pull = { rebase = true; };
};
};
starship = {

View File

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