-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Split off a nix-store-pure
#12272
Comments
libnixstorepure
libnix-store-pure
CC
|
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/2024-01-15-nix-team-meeting-minutes-208/58993/1 |
Another really dirty example of an emscripten build: https://github.com/flox/nix/tree/wasm |
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/2024-01-22-nix-team-meeting-minutes-210/59239/1 |
Motivation
nix-store
library is too big!LocalStore
anyways.Method
We could either split of a
nix-store-pure
or anix-store-io
--- in essence this is asking which of the two resulting libraries should inherit thenix-store
name, and which should have to get a new name. For compat, makingnix-store
the downstream library which has the same interface is better.nix-expr
should only depend onnix-store-pure
nix-util-pure
The text was updated successfully, but these errors were encountered: