diff --git a/.husky/pre-commit b/.husky/pre-commit index bc8bed76b..a41ec6295 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,6 +1,4 @@ -#!/usr/bin/env sh #!nix-shell -i "bash" -p bash prefetch-npm-deps jq nodejs nix-output-monitor -. "$(dirname -- "$0")/_/husky.sh" # Check if nix is available if [ -n "$(find "flake.lock" -mtime +7 -print)" ]; then @@ -22,4 +20,4 @@ else echo "Nix flake lock was updated less than 7 days ago. Skipping update." fi -npx -y lint-staged \ No newline at end of file +npx -y lint-staged diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 741d94a61..b9d89f055 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -12,6 +12,11 @@