nix-update/.envrc
Jörg Thalheim ffd23fae74 direnv: switch to use flake by default
I had the case that someone had a nixpkgs old enough to not have ruff.
Let's just avoid this.
2022-12-29 13:24:40 +01:00

5 lines
220 B
Plaintext

if ! has nix_direnv_version || ! nix_direnv_version 2.2.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.2.0/direnvrc" "sha256-5EwyKnkJNQeXrRkYbwwRBcXbibosCJqyIUuz9Xq+LRc="
fi
use flake