about summary refs log tree commit diff stats
path: root/pkgs/by-name/lf/lf-make-map/.envrc
blob: 3c46b4fa0cca154491d4b8c2b4e523dc0b7f7ae8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env sh
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