Build without flake update asks for SSH key passphrase #13
Reference in New Issue
Block a user
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-configand runningsudo nixos-rebuild switch --flake .will prompt for the SSH key passphrase (to pull updated inputs).Running
nix flake updatebeforehand resolves this.This also manifests on the Nix gitea-runner. When a
git+sshflake input is updated, but not present in the Nix store on the runner...nix flake checkfails with:as seen in this run.
Related GitHub issue: https://github.com/NixOS/nix/issues/9133