Bob van der Linden
Bob van der Linden
@trevorfoxsoft could you also post your devenv.yaml?
https://github.com/bobvanderlinden/nixpkgs-ruby/pull/71 fixes the issue with Ruby 3.0.x not having openssl available. There are now tests available that check for `require 'openssl'` succeeding. OpenSSL is still a problem for Ruby
@mhaberler Saw your talk yesterday, thanks for all the information! Avoiding the duplicate serials globally is a good idea. Regarding using ZeroMQ, does that mean `milltask` is being changed to...
Also by https://github.com/freegish/freegish/pull/13
I also ran into this issue. I tried the same for `mkPoetryEnv`, but there it fails: `called with unexpected argument 'checkGroups'`.
There has been a fix merged already in https://github.com/nix-community/poetry2nix/pull/589. However I still run into this error when calling `cleanPythonSources`. One thing out-of-the-ordinary for my repository is that it is a...
I came here by searching "nix shell flake expr" and my use-case was `python3.withPackages` as well! 😅 My reasoning was that since the following works with the repl: ``` $...
> I'm thinking we could add a flag like `--from github:user:repo` or `--from myproject` which would default to local. Would that support flake URIs as well? For instance, `github:user/repo`, `github:user/repo/branch`,...
> I thought `nix profile` would still complain if non-identical files were to be put at the same merged location? Indeed: ``` $ nix profile install --profile ~/test-profile nixpkgs#bash $...
https://github.com/NixOS/nix/pull/8678 has been merged. This means we can look into letting profile entries conflict based on the inferred name. Installing packages with 2 urls that infer the same profile entry...