mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-23 17:35:38 +02:00
7 lines
252 B
Bash
7 lines
252 B
Bash
export DIRENV_WARN_TIMEOUT=5m
|
|
|
|
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
|