mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
7 lines
151 B
Bash
7 lines
151 B
Bash
use_flake() {
|
|
watch_file flake.nix
|
|
watch_file flake.lock
|
|
eval "$(nix print-dev-env --profile "$(direnv_layout_dir)/flake-profile")"
|
|
}
|
|
|
|
use flake
|