nix-community.nixvim/.envrc

8 lines
151 B
Text
Raw Normal View History

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