templates: c++-meson: add '.envrc'
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This was ignored when I added the initial commit.
This commit is contained in:
Bruno BELANYI 2023-04-18 22:06:44 +01:00
parent 638f4a7774
commit d424aaa4a1

View file

@ -0,0 +1,10 @@
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
watch_file ./flake/checks.nix
watch_file ./flake/dev-shells.nix
eval "$shellHooks"