Build without flake update asks for SSH key passphrase #13
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pulling the latest
nix-config
and runningsudo nixos-rebuild switch --flake .
will prompt for the SSH key passphrase (to pull updated inputs).Running
nix flake update
beforehand resolves this.This also manifests on the Nix gitea-runner. When a
git+ssh
flake input is updated, but not present in the Nix store on the runner...nix flake check
fails with:as seen in this run.
Related GitHub issue: https://github.com/NixOS/nix/issues/9133