all repos — nixfiles @ 42194145e701ff01992b309c41d3e3b73b43ba05

System and user configuration, managed by nix and home-manager

colmena-auto-upgrade: forcibly update git repo to remote

Alan Pearce
commit

42194145e701ff01992b309c41d3e3b73b43ba05

parent

ce1c1e08f1b50e70f2c0f62ebf6704b719df35eb

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M system/settings/colmena-auto-upgrade.nixsystem/settings/colmena-auto-upgrade.nix
@@ -227,7 +227,7 @@ ''
${lib.optionalString cfg.git.enable '' ${git} fetch --prune - ${git} checkout ${cfg.git.branch} + ${git} reset --hard ${cfg.git.branch} '' }