mirror of
https://github.com/divnix/digga.git
synced 2024-12-26 01:26:23 +03:00
7 lines
205 B
Plaintext
7 lines
205 B
Plaintext
mkdir -p $(direnv_layout_dir)
|
|
# reload when these files change
|
|
watch_file flake.nix
|
|
watch_file flake.lock
|
|
# load the flake devShell
|
|
eval "$(nix print-dev-env --profile $(direnv_layout_dir)/flake-profile)"
|