mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 11:36:11 +01:00
5 lines
244 B
Bash
5 lines
244 B
Bash
# shellcheck shell=bash
|
|
if ! has nix_direnv_version || ! nix_direnv_version 3.1.0; then
|
|
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.1.0/direnvrc" "sha256-yMJ2OVMzrFaDPn7q8nCBZFRYpL/f0RcHzhmw/i6btJM="
|
|
fi
|
|
use flake
|