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

& thanks! :smile:

building a nuxt 3 project via dream2nix does not work due to the way nuxi handles project roots. relevant log: ``` > 37-ocean-breeze@ build /nix/store/dlyxmpnjga0wa0n3bh4c862j7vaxrga4-37-ocean-breeze-unknown/lib/node_modules/37-ocean-breeze > nuxt build Nuxi 3.0.0-rc.11...

bug
nodejs

Hey I just tried to get started with dream2nix. Really impressive, what you have done so far. But getting started, feels (like with nix in general) a little hard. Not...

Depends on: - https://github.com/NixOS/nixpkgs/pull/194289

Replace a call to `callNixWithD2N` with a python script.

when running `nix develop` and then `nuxt dev`, the nuxt project does not start correctly ``` [tntman@GAMER-PC:/mnt/BulkStorage/projects/github.com/Suyashtnt/37-ocean-breeze]$ nuxt dev Nuxi 3.0.0-rc.11 15:40:57 Nuxt 3.0.0-rc.11 with Nitro 0.5.4 15:40:57 15:41:01 >...

Our CI job .#test-examples has become quite slow recently as more and more subsystems have been added. Sometimes the job takes 15 minutes to complete. Maybe we can reduce the...

task

there's ```nix { sanitizeDerivationName = name: lib.replaceStrings ["@" "/"] ["__at__" "__slash__"] name; } ``` which results in long and unreadable names for modules like `__at__babel__slash__runtime`, and there's no technical need...

enhancement