mirror of
https://github.com/joeycastillo/second-movement.git
synced 2025-10-29 03:24:59 +00:00
6 lines
244 B
Bash
6 lines
244 B
Bash
# shellcheck shell=bash
|
|
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 flake
|