chore(nix)_: add direnv support

This commit is contained in:
Anton Iakimov 2024-10-10 12:12:32 +02:00
parent 8950d19b01
commit da91508f8b
No known key found for this signature in database

5
.envrc Normal file
View File

@ -0,0 +1,5 @@
if ! has nix_direnv_version || ! nix_direnv_version 3.0.6; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
fi
use flake