config/.envrc

6 lines
133 B
Plaintext
Raw Normal View History

2023-03-03 21:42:29 +01:00
#!/usr/bin/env bash
git config --local core.hooksPath "$PWD"/.githooks
2023-03-03 02:24:07 +01:00
if ! command -v nixos-rebuild >/dev/null; then
use nix
fi