mirror of
https://github.com/vale981/Looping.jl
synced 2025-03-04 08:51:39 -05:00
12 lines
251 B
Bash
12 lines
251 B
Bash
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
|