mirror of
https://github.com/Mic92/nix-update.git
synced 2024-11-03 21:04:49 +03:00
ffd23fae74
I had the case that someone had a nixpkgs old enough to not have ruff. Let's just avoid this.
5 lines
220 B
Plaintext
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
|