-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Expected Behavior
Running flk update on a DevOS machine should update the nur input to the tip of the appropriate git branch.
Current Behavior
flk update idempotently converts the input to the equivalent path:/nix/store/xxx-source.
Possible Solution
Explicitly specify nur.url = "github:nix-community/nur", downside being that it is redundant- and silly-looking as well as fragile.
Altternatively, fix this in a more general way, since this is the second time such an issue occurs (#142) which suggests there's an underlying issue.
Steps to Reproduce
- Be on a DevOS based system
- Try to update any flakes that requires
nurfrom the registry - Check commit message and contents of
flake.lock
Context
I use NUR together with DevOS. I believe based on looking at the code that this issue is still present in develop.
Your Environment
I use a system configuration based on the current tip of core. This phenomenon hit me on Friday at this commit but took me until today to realize.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working