mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-29 03:27:44 +00:00
11 lines
224 B
Bash
11 lines
224 B
Bash
#! /bin/sh
|
|
|
|
# reload when these files change
|
|
watch_file flake.nix
|
|
watch_file flake.lock
|
|
|
|
{
|
|
# shell gc root dir
|
|
mkdir -p "$(direnv_layout_dir)"
|
|
eval "$(nix print-dev-env --profile $(direnv_layout_dir)/flake-profile)"
|
|
}
|