nix-config/templates/c++-meson/.envrc
Bruno BELANYI aca743dea7
All checks were successful
ci/woodpecker/push/check Pipeline was successful
templates: simplify direnv configurations
This was mostly a copy-paste error (the `watch_file` calls).

As for the shell hooks, it looks like `nix-direnv` takes care of that
automatically.
2023-10-12 13:47:43 +00:00

6 lines
223 B
Plaintext

if ! has nix_direnv_version || ! nix_direnv_version 2.2.1; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.2.1/direnvrc" "sha256-zelF0vLbEl5uaqrfIzbgNzJWGmLzCmYAkInj/LNxvKs="
fi
use flake