laksjdlakjdlaksdj
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user