Skip to content
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

Use a read-only store #903

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

layus
Copy link
Collaborator

@layus layus commented Mar 23, 2021

This is an example of how we could make hnix use a read-only store because it makes little sense to use the remote daemon in the current state of the project.

  1. Using the daemon makes tests complex
  2. We cannot do anything useful with the daemon atm (except generating raw files and .drv in the store)
  3. The daemon is not used as intended, as we do not persist the connection across calls.

See haskell-nix/hnix-store#144

@sorki
Copy link
Member

sorki commented Mar 24, 2021

Good idea! Daemon tests can wait until I manage to decouple -remote test framework and make it usable by hnix as well.

@layus
Copy link
Collaborator Author

layus commented Jun 14, 2021

Got stale, but the rebase is fairly trivial. Still waiting on a release of hnix-store-core >= 0.4.3 in nixpkgs in order to get this merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants