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 issue will track granular builder for Rust. TODOs: - [ ] Introduce a new translator that will use `cargo-lock` underneath but will also perform IFD to get cargo metadata...

rust

Initializes a debian-control translator, that looks for a `debian/control` file in the src. It then uses a map to match the inputs to the control file to inputs that are...

```sh nix shell "nixpkgs#nodejs" # skeleton project, "no" to everything npm create svelte@latest svelte-dream2nix cd svelte-dream2nix mv .gitignore .gitignore.bak nix flake init -t github:nix-community/dream2nix#simple git init git add . nix...

bug
architecture

Attempting to build: ```nix { inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; dream2nix.url = "github:nix-community/dream2nix"; src.url = "github:nushell/nushell/0.67.0"; src.flake = false; }; outputs = { self, dream2nix, nixpkgs, src, ... }...

bug
rust

Bisect says this occurs since `7d824c1da743160fb30f5cde198990901959475b` Whenever a package is evaluated using a pure translator (yarn-lock in my case), unit test sources (prettier, cardano-js-sdk, the Composer test, ...) are unnecessarily...

I have a monorepo, with a toplevel `package.json` defining workspaces and `packages/*/package.json` 5 times over, defining 5 yarn packages, but there's one `yarn.lock` at the top level. To reproduce my...

bug
nodejs

After much consideration I think I found the silver bullet for #195. The older lock files don't provide all the peer dep information for packages, and so those builds should...

Elm is popular in the front-end world. https://elm-lang.org/ NixOS search is build in Elm: https://github.com/NixOS/nixos-search

ecosystem support

Currently dream2nix will crash as soon as the binary hashes for a given minor version are missing in [/overrides/nodejs/default.nix](https://github.com/nix-community/dream2nix/blob/0131c22c369f8c4c661aea7a395e94669a7f5974/overrides/nodejs/default.nix#L180) Other problems: The error is different if a the major version...

enhancement
nodejs