From a902a46cc9aee6d6f5631ed59f18c199318b75c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sun, 13 Oct 2024 14:37:17 +0200 Subject: [PATCH] remove git hooks --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index e2a81dff..cb0d6ad7 100755 --- a/update.sh +++ b/update.sh @@ -1,5 +1,6 @@ #!/bin/sh +rm .git/hooks/* export NIX_PATH=/etc/nix/inputs cd packages; yes '' | ./update.sh \ No newline at end of file