9 lines
255 B
Plaintext
9 lines
255 B
Plaintext
|
# vi: ft=sh
|
||
|
# shellcheck shell=bash
|
||
|
|
||
|
if ! has zvm_direnv_version || ! zvm_direnv_version 1.0.0; then
|
||
|
source_url "https://git.lerch.org/lobo/zvm-direnv/raw/tag/1.0.0/direnvrc" "sha256-Gtddvcr6aJsrjKd53uChxA1reQmJgEBpmPUWmMdtDIQ="
|
||
|
fi
|
||
|
|
||
|
use zig mach-latest
|