This commit is contained in:
2026-03-17 23:23:12 +01:00
parent 51c454b252
commit b90021e245

3
.envrc
View File

@@ -19,7 +19,8 @@ fi
# ensure (dirty) updated flake lock
# TODO: cache this on gitea? Run in background?
now="$(date +%Y-%m-%d)"
# now="$(date +%Y-%m-%d)" # daily
now="$(date +%Y-%m--%V)" # weekly
if [[ ! -d .direnv/tmp ]]; then
mkdir -p .direnv/tmp
elif command -v find >/dev/null; then