chore(global): update lockfiles and website content
Some checks failed
Docker CI / Build environment for GitLab CI/CD (push) Has been cancelled
Docker CI / Generate Gitpod workspace image snapshot (push) Has been cancelled

yeah, probably cooked ig

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
Andrei Jiroh Halili 2025-05-21 23:52:28 +08:00
parent 604c0f32d6
commit 10e17e7424
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
8 changed files with 236 additions and 247 deletions

9
.envrc
View file

@ -1,3 +1,8 @@
source_url "https://raw.githubusercontent.com/cachix/devenv/82c0147677e510b247d8b9165c54f73d32dfd899/direnvrc" "sha256-7u4iDd1nZpxL4tCzmPG0dQgC5V+/44Ba+tHkPob1v2k="
#!/usr/bin/env bash
use devenv
if command -v devenv >> /dev/null; then
eval "$(devenv direnvrc)"
use devenv
else
echo "error: Install devenv first (https://devenv.sh) and then run 'direnv reload'"
fi