This repository has been archived on 2024-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
core/.envrc

12 lines
210 B
Plaintext

use flake || use nix
watch_file flake.nix
PATH_add ./target/debug
PATH_add ./target/release
PATH_add ./scripts
if on_git_branch; then
echo && git status --short --branch &&
echo && git fetch --verbose
fi