devenv
devenv copied to clipboard
direnv: allow configuring extra files to watch from devenv.nix
Proof of concept. Based on ideas from https://github.com/cachix/devenv/issues/1180.
Question on the side: will _nix_argsum_suffix "${files_to_watch[@]}" not get expensive depending on the amount of files and size they are?
@sandydoo Thanks for taking the time to implement this
https://github.com/cachix/devenv/pull/1468