Fix topgrade and nixfmt after nix update
This commit is contained in:
parent
d6012dd334
commit
aa6f69881d
@ -39,7 +39,7 @@ config, ... }: {
|
|||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# Code formatters for use with doom emacs
|
# Code formatters for use with doom emacs
|
||||||
nixfmt # nix
|
nixfmt-rfc-style # nix
|
||||||
dockfmt # docker
|
dockfmt # docker
|
||||||
google-java-format # java
|
google-java-format # java
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ in {
|
|||||||
sqlite
|
sqlite
|
||||||
|
|
||||||
# Code formatters for use with doom emacs
|
# Code formatters for use with doom emacs
|
||||||
nixfmt # nix
|
nixfmt-rfc-style # nix
|
||||||
dockfmt # docker
|
dockfmt # docker
|
||||||
google-java-format # java
|
google-java-format # java
|
||||||
black # python
|
black # python
|
||||||
|
@ -37,9 +37,7 @@ in {
|
|||||||
|
|
||||||
git = {
|
git = {
|
||||||
# Additional git repositories to pull
|
# Additional git repositories to pull
|
||||||
repos = [ "~/.dotfiles" ];
|
repos = [ "~/.dotfiles" "~/dev/*" ];
|
||||||
|
|
||||||
pull_only_repos = [ "~/dev/*" ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user