So, I’ve got autoUpgrade set up here, and it used to work at one point:
https://git.sr.ht/~pkulak/nix/tree/main/item/hosts/fry/default.nix#L19
But now the service is failing with:
fatal: ambiguous argument 'master'
while fetching the input 'git+file:///home/phil/nix'
so, it’s like it’s trying to “fetch” my directory, which, fine, but I don’t have a “master” branch, only “main”. Is there any way to specify the branch? Thanks!