-
**Describe the bug**
I want to use devenv to setup a development environment for a Python project. Instead of the somewhat outdated Python 3.12.x version from the stable nixpkgs input, I want to us…
-
I think this would be fantastic to have in Nixpkgs, maybe under an interface like
```nix
environment.systemPackages = [
idris2.withPackages (with idris2Packages: [algebra parser])
];
```
T…
-
**Description**
Since we had some problems with conda here and there at work, I took it upon myself to package ISIS using Nix. At the beginning I had the problem, that it did not recognize my syste…
-
Some packages have collisions, which makes users unable to get a devshell.
I am not sure if the collision is an issue of those packages. But I think it would be good if dream2nix could ignore them…
-
Trying to get my standalone nixCats flake working but I keep running into this error:
```
error: function 'wrapper' called without required argument 'luaEnv'
at /nix/store/zvh4vfgfb1s4i1nk…
-
Hello,
I've just received an email from bazelbuild/bazel-central-registry saying that the module I maintain contains errors for Bazel@8.0.0rc4. The build output says that [this import](https://gith…
-
It would be nice to get this building and running in nixos.
My attempt so far almost builds, but I end up with an error which I have no idea how to interpret.
```
Compiling venator-app v0.2.1 (…
-
These past weeks I have been trying to get older versions of R and R packages to work by backporting fixes, especially for aarch64-darwin, by using the code in this repo: https://github.com/rstats-on-…
-
**Describe the bug**
In principle I tried to get PyQt6 working with devenv on NixOS. I didn't manage so far (ideas welcome), but I stumbled over what I believe to be a bug.
Opening a devenv shel…
-
I like to use a nixpkgs channel for most packages, but for some, I want the latest version, so I've added an extra input.
Now I'd like to have that available in `devenv.nix` as:
```nix
{ pkgs, pkgs…