cachix / devenv

Fast, Declarative, Reproducible, and Composable Developer Environments
https://devenv.sh
Apache License 2.0
3.56k stars 259 forks source link

direnv: allow configuring extra files to watch from devenv.nix #1186

Open sandydoo opened 2 weeks ago

sandydoo commented 2 weeks ago

Proof of concept. Based on ideas from https://github.com/cachix/devenv/issues/1180.

soundofspace commented 2 weeks ago

Question on the side: will _nix_argsum_suffix "${files_to_watch[@]}" not get expensive depending on the amount of files and size they are?

soundofspace commented 2 weeks ago

@sandydoo Thanks for taking the time to implement this