Build without flake update asks for SSH key passphrase #13
Labels
No labels
hardware/audio
hardware/pi
host/all
host/desktop
host/server
infra/build
infra/secrets
infra/setup
kind/bug
kind/enhancement
module/gnome
module/neovim
module/vscode
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jordan/nix-config#13
Loading…
Add table
Add a link
Reference in a new issue
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-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