test spell check

This commit is contained in:
2025-10-01 00:08:26 -06:00
parent 903e6b06f1
commit cf2d874f08
2 changed files with 26 additions and 17 deletions
+4 -2
View File
@@ -23,13 +23,15 @@
];
shellHook = ''
echo "Hugo development environment loaded"
echo "Hugo version: $(hugo version)"
# export ASPELL_CONF="dict-dir ${pkgs.aspellDicts.en}/lib/aspell"
# Auto-install git hooks if not already installed
if [ ! -L .git/hooks/pre-commit ]; then
bash scripts/install_hooks.sh
fi
echo "Hugo development environment loaded"
echo "Hugo version: $(hugo version)"
'';
};
}