mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-24 17:18:14 +03:00
it's an engine update folks --------- Co-authored-by: Tobias Berger <toby@tobot.dev> (cherry picked from commit 17972522b3d93224f3f8af9d32ae6b2e10df276d)
5 lines
226 B
Bash
5 lines
226 B
Bash
set -e
|
|
if ! has nix_direnv_version || ! nix_direnv_version 3.0.6; then
|
|
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.6/direnvrc" "sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM="
|
|
fi
|
|
use nix |