nix-config/templates/c++-meson/.envrc
Bruno BELANYI d424aaa4a1
All checks were successful
ci/woodpecker/push/check Pipeline was successful
templates: c++-meson: add '.envrc'
This was ignored when I added the initial commit.
2023-04-18 22:06:57 +01:00

11 lines
308 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
watch_file ./flake/checks.nix
watch_file ./flake/dev-shells.nix
eval "$shellHooks"