Viktor Kronvall
Viktor Kronvall
Note that passing a `` that refers to an instantiated package will follow the `deriver` and look up the attribute in the derivation of the package: ```console $ /nix-store --query...
@domenkozar While I appreciate improvements in upload speed it seems to me that optimistically avoiding to upload files in the first place is a clear improvement over the status quo...
On a second reading I see that I might have misunderstood your point. Is it the case that if you have a derivation `B` that depends on a derivation `A`...
@roberth Yes, you're quite right. In my above comment please read it as "output" in place of "derivation" everywhere. > but an output does not determine its deriver: there could...
> It's just not possible to provide hard guarantees without specifying certain preconditions. Often those preconditions will be satisfied though, I think. Yes, I think that the check will miss...
@lsmor I agree with @jonascarpay that getting a GUI for this project should be a priority. However, this is obviously dependent on the `calligraphy` tool actually working so making sure...
@lsmor While calligraphy builds with the most recent GHC, it can’t parse and handle all call graphs generated by all of the GHC versions. Sometimes calligraphy will be nice and...
Isolating the store might not be necessary in the general sense. I’m trying to support running tests within a nix derivation, hence the need for the isolation. The last line...
In the example I pass `null` to run the `Effect`. I think inspecting whether it’s a function and calling the function with `null` would be a strategy that could work.
For reference, `spago` always runs the `main` function and calls it without any argument (equivalent to calling with `null` in `purenix`) for the [JS backend](https://github.com/purescript/spago/blob/c354f4a461f65fcb83aaa843830ea1589f6c7179/spaghetto/src/Spago/Command/Run.purs#L89).