-
### Check for existing issues
- [X] Completed
### Describe the feature
Zed is currently no available on nixpkgs because it depends on a Rust version that is too recent for what is in nixpkgs. Thus,…
-
The cachix updater action is broken, it has two `run` fields by accident.
-
**Describe the bug**
Using both `devenv.yaml`
```yaml
imports:
- ./submodule
```
and `submodule/devenv.nix`
```nix
dotenv.enable = true;
services.minio.accessKey = config.env.VAR;
```
`…
-
**Describe the bug**
Devenv complains about its cachix instance not being added to trusted substituters even though it is added.
**To reproduce**
Since I've added devenv as a trusted substituter …
-
**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…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Open
These updates have all …
-
**Describe the bug**
Sometimes a CircleCI step fails with a final line of output:
```
cachix:
```
The `cachix watch-exec ...` command exits with non-zero status failing the CI job. The fi…
-
**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…
-
https://devenv.sh/binary-caching/
-
Hi,
Thanks for your incredible work on this project!
Sorry if this has been explored elsewhere; I'm a flakes user looking at the options for enabling GPU support without losing purity. It seems …