mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
8 lines
237 B
Bash
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
|