-
Depends on https://github.com/cachix/devenv/issues/1088
- get latest nixpkgs-unstable channel
- apply our patches
- run all tests
- bump `rolling`
-
We would like the devnet to be available to developers using devenv.sh by adding
```
service.nilvm.enable = true;
service.nilvm.environment = "devnet";
```
or something similar
this is to r…
-
First of all, I'd like to thank you guys for this awesome project! 🚀
## Background
The `conda-devenv` extension adds the ability to work with multiple projects in development mode, by processin…
-
When trying [Commitzen](https://commitizen-tools.github.io/commitizen/), I learned `git` command is not available. After some debugging realized most of the main paths of my NixOS system are not avail…
-
/kind feature
/kind development environment improvement
**What happened**:
Provide clear coding guideline and process on development
1. File Naming
2. Folder Naming (if any)
3. Style Guide - S…
-
## Error
```
Error:
0: Planner error
1: Error executing action
2: Action `create_group` errored
3: Group `nixbld` existed but had a different gid (350) than planned (30000)
```
…
-
I think it would be useful to get a warning (abort?) when subprojects/top-level project overwrite the same variable in the devenv.
For example, consider that two projects both have gstreamer plugin…
pobrn updated
6 months ago
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Re…
-
Hello,
When I can install devenv into Alpine Linux ?
It failed to groupadd not found.
Thanks
-
Hi! For context I'm using devenv with flakes, here's an MRE of my situation:
```nix
{
description = "Basic MRE";
inputs = {
nixpkgs.url = "github:cachix/devenv-nixpkgs/rolling";
sy…