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