mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 11:36:11 +01:00
4 lines
222 B
Bash
4 lines
222 B
Bash
if ! has nix_direnv_version || ! nix_direnv_version 3.0.0; then
|
|
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.0/direnvrc" "sha256-puRzug17Ed4JFS2wbpqa3k764QV6xPP6O3A/ez/JpOM="
|
|
fi
|
|
use flake
|