fix: Remove git hooks

This commit is contained in:
2026-02-17 15:39:40 +01:00
parent f14f604579
commit ad1bae4e8e
6 changed files with 120 additions and 48 deletions
+9 -6
View File
@@ -1,13 +1,16 @@
#!/usr/bin/env bash
# the shebang is ignored, but nice for editors
watch_file nix/sources.json
watch_file nix/checks.nix
watch_file npins/sources.json
# Load .env file if it exists
dotenv_if_exists
# Set npins dir
export NPINS_DIRECTORY="nix"
# Activate development shell
use nix
if type lorri &>/dev/null; then
echo "direnv: using lorri from PATH ($(type -p lorri))"
eval "$(lorri direnv)"
else
# fall back to using direnv's builtin nix support
# to prevent bootstrapping problems.
use nix
fi