config/.envrc

6 lines
133 B
Bash

#!/usr/bin/env bash
git config --local core.hooksPath "$PWD"/.githooks
if ! command -v nixos-rebuild >/dev/null; then
use nix
fi