-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Current addToStore
API from hnix-store is too limited, we should shape it
#176
Comments
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as off-topic.
This comment was marked as off-topic.
addToStore
API from hnix-store is limited, we should shape it as in nix.
This comment was marked as outdated.
This comment was marked as outdated.
I have a draft about this #177. In order to do it we can replace the filepath argument in
|
addToStore
API from hnix-store is limited, we should shape it as in nix.addToStore
API from hnix-store is limited, we should shape it
addToStore
API from hnix-store is limited, we should shape itaddToStore
API from hnix-store is too limited, we should shape it
Nice, the remote store API was built against an older nix-store version so some things are a bit dated/different in nix. Feel free to adjust as needed. |
@sorki Thank you for the replies. It should now be ready to run the github workflows, awaiting approval. Please approve to run the workflow, and further if you could be available to review the changes. |
To implement
fetchurl
in hnix, haskell-nix/hnix#1050, haskell-nix/hnix#1051.We need to perform the following.
Dowload the file content -> dump file content to nar -> Add the nar to remote store.
But in current
addToStore
api of hnix-store we can just send local file to daemonThe text was updated successfully, but these errors were encountered: