mirror of
https://github.com/vale981/Looping.jl
synced 2025-03-04 17:01:39 -05:00
13 lines
251 B
Text
13 lines
251 B
Text
|
watch_file flake.nix flake.lock
|
||
|
|
||
|
{
|
||
|
# create gc root dir -> .direnv
|
||
|
mkdir -p "$(direnv_layout_dir)"
|
||
|
eval "$(
|
||
|
nix print-dev-env \
|
||
|
--no-update-lock-file \
|
||
|
--no-write-lock-file \
|
||
|
--profile $(direnv_layout_dir)/flake-profile
|
||
|
)"
|
||
|
} || use nix
|