mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-06 20:49:32 +00:00
chore(global): update lockfiles and website content
yeah, probably cooked ig Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
parent
604c0f32d6
commit
10e17e7424
8 changed files with 236 additions and 247 deletions
9
.envrc
9
.envrc
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue