LnL7 / nix-darwin

nix modules for darwin
MIT License
2.82k stars 431 forks source link

Deprecation warning mkPackageOptionMD should be changed to mkPackageOption #989

Closed nklmilojevic closed 3 months ago

nklmilojevic commented 3 months ago

Just updated my flake and got this:

warning: mkPackageOptionMD is deprecated and will be removed in 25.05; please use mkPackageOption.

It is coming from nix-darwin as it is used in several places.

emilazy commented 3 months ago

I will fix this soon if nobody beats me to it (dealing with OpenSSH security fix stuff right now); PRs welcome (should be a trivial find–replace).

nklmilojevic commented 3 months ago

done https://github.com/LnL7/nix-darwin/pull/990