mirror of
https://github.com/nix-community/flakelight.git
synced 2025-08-01 03:50:48 +02:00
If a package depends on a package with same name, this causes an infinite recursion as it tries to depend on itself. This is not likely what was intended, and breaks ability to re-export packages, so instead if a package depends on the same name, that now refers to the previous version.