terraform-provider-garage/.envrc

9 lines
129 B
Plaintext
Raw Permalink Normal View History

use_flake() {
watch_file flake.nix
watch_file flake.lock
watch_file poetry.lock
eval "$(nix print-dev-env)"
}
use flake