dream2nix
dream2nix copied to clipboard
Simplified nix packaging for various programming language ecosystems [maintainer=@DavHau]
The most efficient method of using dream2nix in nixpkgs would probably be to just copy the whole framework into nixpkgs and let individual packages reference the code from there. But...
related: https://github.com/nix-community/dream2nix/pull/155 https://github.com/nix-community/dream2nix/pull/151 https://github.com/nix-community/dream2nix/pull/153 This is a hypothetical usage example of dream2nix if the framework was fully based on the nixos module system. This is not only useful for configuring...
I've encountered this error or similar several times in the past: ``` error: attribute '0.6.8' missing at /nix/store/h450vx8mjsx1ijyl4nqcc5bsjci088n6-source/src/lib/simpleTranslate2.nix:169:15: 168| children = 169| depGraphWithFakeRoot."${node.name}"."${node.version}"; | ^ 170| (use '--show-trace' to show...
I have a wip package effort going on here: https://github.com/input-output-hk/cardano-js-sdk/tree/dn2-wip After working out several other issues during the build, I've reached a point where I keep getting strange type errors...
First, If you try to define `config.packagesDir` without the directory already existing (in this case, a dir name same as default-- but any name produces the same errors), you get:...
trying to build nocodb, I get this at the end of the build (after all the overrides). ``` Hash: 88d3eb52fb7243dc0e86 Version: webpack 4.46.0 Time: 1375ms Built at: 04/23/2022 11:52:54 PM...
I'm trying to figure out how to build and/or run a Typescript project using dream2nix. I've created a minimal example at [kylegentle/ts-dream-example](https://github.com/kylegentle/ts-dream-example), with some more context in the README; let...
This addresses the challenge of handling source trees that contain multiple software projects. These are notes/ideas for a potential `discovery phase`, which is supposed to be executed before the translation...
so in the package-lock.json when a dependency is marked as "dev: true", then the attribute "requires" will not be enforced. This is a weird behavior that causes dream2nix to fail...
- Explain pattern: impure translator calls pure translator - Maybe showcase for impure only translator (no call to pure translator) - Explain how to test during development