We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The PR also finishes PathFilter which is now stubbed/abstracted and wrapped in https://github.com/haskell-nix/hnix-store/blob/master/hnix-store-core/src/System/Nix/Store/Types.hs#L16-L18
PathFilter
This requires some -nar changes, the streamNarIO should keep its signature but call a prime version like streamNarIOWithFilter that would also accept PathFilter. The path filter is (un)used in -readonly https://github.com/haskell-nix/hnix-store/blob/master/hnix-store-readonly/src/System/Nix/Store/ReadOnly.hs#L103-L106 and probably should be added to remote as well but that doesn't need to be handled as part of this.
-nar
streamNarIO
streamNarIOWithFilter
-readonly
@squalus @vaibhavsagar wanna take a stab at this? If so assign yourself so there's no duplication of work.
I'll tackle the tranformer part of the PR in the meantime.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The PR also finishes
PathFilter
which is now stubbed/abstracted and wrapped in https://github.com/haskell-nix/hnix-store/blob/master/hnix-store-core/src/System/Nix/Store/Types.hs#L16-L18This requires some
-nar
changes, thestreamNarIO
should keep its signature but call a prime version likestreamNarIOWithFilter
that would also acceptPathFilter
. The path filter is (un)used in-readonly
https://github.com/haskell-nix/hnix-store/blob/master/hnix-store-readonly/src/System/Nix/Store/ReadOnly.hs#L103-L106 and probably should be added to remote as well but that doesn't need to be handled as part of this.@squalus @vaibhavsagar wanna take a stab at this? If so assign yourself so there's no duplication of work.
I'll tackle the tranformer part of the PR in the meantime.
The text was updated successfully, but these errors were encountered: