DavHau

Results 130 issues of DavHau

Given a project `/my-project` containing a sub-project `/my-project/sub1`, when building `sub1`, we currently set it's `src` directly to a `builtins.path` isolated copy of `/my-project/sub1`. This is nice, because: - it...

enhancement
nodejs
architecture

Most of our dream2nix' haskell translators currently use `cabal2json` in order to import the data from the project's `.cabal` file into nix. Currently users need to wait quite a long...

enhancement
task
haskell

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

In a script where I'm doing this: ```shell S="/$TMP/async_socket" async -s="$S" server --start -j40 $async -s="$S" cmd -- bash -c "echo hello" ``` ... I'm sometimes running into this: ```...

Currently devenv forcefully replaces nix and flakes. For nix native users, or projects that already contain a flake.nix it could be interesting to import devenv as a dependency manually. I'd...

The whole devenv with services thing is very promising in general. We already have services defined in nixpkgs and home-manager which are not re-usable in other contexts. Without any specification...

Loaded devenv via flake (main branch), then: ``` dream2nix on  main [$] via ❄️ impure (dream2nix-devshell) ❯ rm -rf .envrc direnv: unloading dream2nix on  main [$✘] ❯ devenv...

bug

The current 1.5.0 manylinux1 release of torch links against `libcuda.so.1` which is against the specification. According to the [manylinux1 policy](https://www.python.org/dev/peps/pep-0513/#the-manylinux1-policy) from PEP-513, manylinux1 wheels must only link against a limited...

oncall: binaries
triaged

Not sure why the theme doesn't just use hugo's builtin syntax highlighting which works well for nix. The prism version used should actually support nix, but it didn't work for...

Thanks for taking the time to raise an issue. This template should guide you through the process of submitting a bug, enhancement or feature request. Please erase any part of...