You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running flk update on a devos machine should update the nixos and override inputs to the tip of the appropriate git branches.
Current Behavior
flk update idempotently converts both inputs to the equivalent path:/nix/store/xxx-source.
Possible Solution
The two nix.registry entries generated by hosts/default.nix seem to be the problem: they effectively force any occurrence of nixpkgs or nixpkgs/release-20.09 to resolve to the specific store path at hand.
Steps to Reproduce
get a on a devos machine
try to update any flake that pulls in nixpkgs and/or nixpkgs/release-20.09
Expected Behavior
Running
flk update
on adevos
machine should update thenixos
andoverride
inputs to the tip of the appropriate git branches.Current Behavior
flk update
idempotently converts both inputs to the equivalentpath:/nix/store/xxx-source
.Possible Solution
The two nix.registry entries generated by
hosts/default.nix
seem to be the problem: they effectively force any occurrence ofnixpkgs
ornixpkgs/release-20.09
to resolve to the specific store path at hand.Steps to Reproduce
nixpkgs
and/ornixpkgs/release-20.09
Context
Your Environment
I'm on 0.7 but I think it's still in master. Here's the commit where it happened.
The text was updated successfully, but these errors were encountered: