mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
8 lines
151 B
Text
8 lines
151 B
Text
|
use_flake() {
|
||
|
watch_file flake.nix
|
||
|
watch_file flake.lock
|
||
|
eval "$(nix print-dev-env --profile "$(direnv_layout_dir)/flake-profile")"
|
||
|
}
|
||
|
|
||
|
use flake
|