purepani
purepani
The error in the second picture is caused by a package that was broken in `nixpkgs`, mindustry. I believe a fix has been implemented and has already reached the unstable...
Mindustry should be fixed in the nixos-unstable channel now if you want to readd it.
I believe this happens because there's no actual lock invalidation. The lock module stores the hash in its own generated lock.json, but we generate the lock file using pdm, so...
We should definitely do the second approach I think, since it would be better if we didn't force people to refresh their lock file if they already have a pdm...
I'm having a related issue where my server is connected to the internet, but for whatever reason is unable to download from cache.iog.io.
Looks like https://github.com/luarocks/luarocks/issues/1662 has been fixed, so this is now unblocked
This is related to the array API work #792 Using the concept of array in=array out, it would make sense to maintain the highest precision dtype of whatever is put...
@DavHau @phaer https://github.com/NixOS/nixpkgs/pull/368557 is merged and nixpkgs-unstable is updated so this can be reviewed now!
Have you tried manually refreshing the lock file(with `pdm lock --refresh` and not `nix run .#default.lock`) after adding the dev dependency? It might be an instance of this: https://github.com/nix-community/dream2nix/issues/999
> Do I need to download the source distribution for each of the editable dependencies (just charset-normalizer in this case) and extract them into ./.editables/? Yeah this is how it...