dream2nix icon indicating copy to clipboard operation
dream2nix copied to clipboard

Simplified nix packaging for various programming language ecosystems [maintainer=@DavHau]

Results 217 dream2nix issues
Sort by recently updated
recently updated
newest added

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,...

bug
nodejs

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...

bug
nodejs

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 =...

bug
python

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...

architecture

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!)....

bug
nodejs

https://pnpm.io/ https://github.com/vercel/serve/blob/main/pnpm-lock.yaml

nodejs
ecosystem support

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.

ecosystem support

PHP has standardized on composer as it's package manager, would be great to support it here.

ecosystem support