Fix topgrade and nixfmt after nix update

This commit is contained in:
2024-06-04 19:09:05 +02:00
parent d6012dd334
commit aa6f69881d
3 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -37,9 +37,7 @@ in {
git = {
# Additional git repositories to pull
repos = [ "~/.dotfiles" ];
pull_only_repos = [ "~/dev/*" ];
repos = [ "~/.dotfiles" "~/dev/*" ];
};
};
};