You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[plugins] Improve how we determine package name in plugins (#1062)
## Summary
This improves plugins by using attribute path instead of canonical name.
for example, in `[email protected]` the attribute path is `php82` and not `php`.
Previously we were using canonical name which may not be the correct
version. (and may not even exist).
## How was it tested?
Since existing PHP example had canonical name that matches attribute
name, I changed the php version to `[email protected]` and the inspected generated
`php/flake.nix`. Also did `devbox run "php -b | grep imagick" to verify
plugin worked.
0 commit comments