kubenix/.envrc
2022-04-02 15:31:14 -07:00

8 lines
237 B
Bash

watch_file flake.nix flake.lock \
modules/* \
devshell/*
{
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