sander
sander
Closing this because we can't get a response from the OP. If you're using flakes, the dotenv integration will not work. A Nix flake requires you to track all of...
The UX around this is not great, but here's how to create multiple shells with plain flakes: ```nix # Assuming flake-utils here to skip setting system { packages = {...
What does seem broken in both plain flakes and flake-parts is launching processes with `devenv up` inside the shell. For plain flakes, `config._module.args.name` is not a thing AFAIKT, so we...
The [upstream fenix fix](https://github.com/nix-community/fenix/pull/147) has been merged. Don't forget to update your inputs: `nix flake update fenix`.
@eftichis0202, please, don't close the issue. the underlying issue is with Nix and it's not a straightforward fix. we will eventually get this fixed. If you don't wish to receive...
@domenkozar, bumped nix-daemon from `~2.20` to `2.22.1`. No more digest errors on aarch64-linux.
> I am having this issue on nix version 2.21.2 @dominicf2001, you need to be on 2.22.1+. @icetan, could you try `nix-store --delete /nix/store/sqxr5ds2av7d8dbffwai5rzcv4h69b9h-image-shell.json` and then a `devenv gc`? Maybe...
devenv also stores roots in `$HOME/.devenv/gc`. Could try nuking that as well.
Maybe `~/.local/share/devenv`?
Huh! Well, the only thing that stands out from all of this is Nix running in single-user mode. But that would seem an unlikely culprit...