Fix topgrade and nixfmt after nix update
This commit is contained in:
@ -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