kubenix/.envrc

9 lines
237 B
Text
Raw Normal View History

2022-04-02 13:18:09 -07:00
watch_file flake.nix flake.lock \
2022-04-02 15:31:14 -07:00
modules/* \
devshell/*
2022-04-02 13:18:09 -07:00
{
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