Ben

Results 16 comments of Ben

@DavHau why is generating the list of hidden packages required? If they are all contained within ghc why should it be needed to know what version these packages are?

> This behaviour makes sense to me, because what you are basically telling dream2nix to do is that it should use the `cargo-lock` translator for all packages, which of course...

@yusdacra's solution makes more sense (especially for nix flake show, not displaying all the projects in a source tree seems like a bad idea), I was wondering if a warning...

A default should probably also be added so when users attempt to run `nix build .` the warning also displays

Adding a default package allows the user to run both `nix build .` and `nix develop` and receive a warning.

This commit also modifies how the testing of the examples works, only running a check if impurities have been resolved, without this the default check would be run which errors...

When attempting to `nix build .#svelte-dream2nix` you should get this error: ```bash error: The nodejs package svelte-dream2nix contains unresolved impurities. Resolve by running the .resolve attribute of this derivation or...

I'll try implementing this

> As long as parsing .cabal files in pure nix is not possible, we have to use at least some IFD. If you want to help the development, your efforts...

Running `ls` in the node_modules directory in the nix store for the nota package shows that there is no build.mjs, cross referencing this dir with https://github.com/nota-lang/nota/tree/master/packages/nota shows that many files...