mirror of
https://github.com/zhaofengli/attic.git
synced 2024-12-14 11:57:30 +00:00
5 lines
221 B
Bash
5 lines
221 B
Bash
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
|