mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 11:23:40 +00:00
nix: fix git config to use attribute sets
This commit is contained in:
@@ -85,12 +85,11 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = {
|
||||||
[push]
|
push = { default = "current"; };
|
||||||
default = current
|
pull = { rebase = true; };
|
||||||
[pull]
|
};
|
||||||
rebase = true
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
starship = {
|
starship = {
|
||||||
|
@@ -59,7 +59,7 @@ with pkgs; [
|
|||||||
tflint
|
tflint
|
||||||
tfsec
|
tfsec
|
||||||
|
|
||||||
# cloud
|
# gcp
|
||||||
google-cloud-sdk
|
google-cloud-sdk
|
||||||
|
|
||||||
# jvm
|
# jvm
|
||||||
|
Reference in New Issue
Block a user