laksjdlakjdlaksdj

This commit is contained in:
2026-05-20 13:35:31 +02:00
parent 34f13c71a7
commit 72a5ca6e5f
5 changed files with 8 additions and 5 deletions
+3 -1
View File
@@ -57,8 +57,10 @@ if [[ ! -s .direnv/pull-date || "$now" != "$(cat .direnv/pull-date)" ]]; then
)"
# update_args+=(--output-lock-file "$tmp"/new-flake.lock)
set -x
nix flake update "${update_args[@]}" ||
nix flake update "${update_args[@]}" || {
nix flake update "${update_args[@]}" --option access-tokens ""
nix flake prefetch-inputs --option access-tokens ""
}
)
if command -v pueue >/dev/null && pueue status >&/dev/null; then
# update and build shell in background