home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit db0e9cf1be54f58e3717c7231be6a5ff2618b6e4
parent 98d0701aad144719adcfee77425f852525818742
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Wed, 18 Mar 2020 17:43:16 +0100

Do not reset HEAD 🎧

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtmp/nixos-configuration/machine/honshu.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmp/nixos-configuration/machine/honshu.nix b/tmp/nixos-configuration/machine/honshu.nix @@ -100,7 +100,7 @@ with import ../assets/machines.nix; { script = '' set -e cd /mnt/synodine/volumeUSB2/usbshare/src/github.com/vdemeester/configs/ - mr -t run git reset --hard HEAD + mr -t run git reset --hard mr -t u '';