dream2nix
                                
                                 dream2nix copied to clipboard
                                
                                    dream2nix copied to clipboard
                            
                            
                            
                        Simplified nix packaging for various programming language ecosystems [maintainer=@DavHau]
This initializes the structure for a potentially fully nixos modules based dream2nix framework. For now only the translators and some related functionality is migrated as a test to allow for...
I'm trying to package nodejs `sharp` and I'm having no luck getting it to compile because `node-gyp` is missing and it doesn't have it in its package.json. To complicate matters,...
Not sure if this is supposed to be supported or not. ```sh nix shell "nixpkgs#nodejs" npx create-next-app@latest test-next-dream cd test-next-dream rm -rf node_modules nix flake init -t github:nix-community/dream2nix#simple nix eval...
Thanks first for this promising project… unfortunately I can't make it work. Here is a very basic project built on electron (just taken from the quickstart web page): ``` $...
I followed the Python getting started instructions on https://nix-community.github.io/dream2nix/guides/getting-started-python.html I ended up with this flake.nix: ``` { inputs.dream2nix.url = "github:nix-community/dream2nix"; outputs = inp: inp.dream2nix.lib.makeFlakeOutputs { systemsFromFile = ./nix_systems; config.projectRoot =...
This slows down builds some with all the bookkeeping, and simply unpacking every time they're needed should be faster. If there are builders that are faster thanks to this, perhaps...
My node (TypeScript) project builds just fine with a minimal `dream2nix`-config from the examples (and I'm amazed at how easy and clutter-free it is compared to other node nixification tools!)....
https://pnpm.io/ https://github.com/vercel/serve/blob/main/pnpm-lock.yaml
Scala currently lacks any language support in Nix outside of the [sbt-nix](https://github.com/gvolpe/sbt-nix.g8) repository (now archived). It would be cool to eventually see support for Scala in dream2nix.
PHP has standardized on composer as it's package manager, would be great to support it here.