-
Notifications
You must be signed in to change notification settings - Fork 115
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
Switch Derivation
in Nix.Effects.Derivation
to use nix-derivation
package
#1098
Comments
I sort of think |
Well I have commit bit for |
Yeah I guess same repo (for cross-cutting refactors) is more important than same library for me. I would definitely want to give @Gabriella439 commit bit to the |
My only concern is the dependency footprint of |
I would keep it as a separate package provided it is pretty much done and self-contained so it won't suffer from this - also @Ericson2314 also means it like that I think - to make it easier to do Tomorrow I want to split |
Maybe except for the differentiation of |
as far as ownership goes i'm happy to transfer ownership / grant commit bits / relocate the repository as desired |
The type should wrap
nix-derivation
Derivation
and extend it withname :: Text
mFixed :: Maybe Store.SomeNamedDigest
hashMode :: HashMode
useJson :: Bool
fields. Could be called e.g.
HnixDerivation
.The text was updated successfully, but these errors were encountered: