1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-29 03:27:44 +00:00
alejandra/.envrc
2022-02-16 21:40:16 -05:00

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)"
}