hai/.envrc
Nicolas Berbiche 81a7be6c75 Initial commit
2020-08-20 20:50:20 -04:00

11 lines
206 B
Plaintext

use_flake() {
watch_file flake.nix
watch_file flake.lock
watch_file default.nix
mkdir -p "$(direnv_layout_dir)"
. <(nix print-dev-env --profile "$(direnv_layout_dir)/flake-profile")
}
use flake