andir / npins

Nix dependency pinning. Very similar to Niv but has a few features that I personally wanted.
European Union Public License 1.2
164 stars 12 forks source link

fix warnings #83

Closed phanirithvij closed 1 month ago

phanirithvij commented 1 month ago

Fixes two warnings I encountered.

trace: warning: nixfmt was renamed to nixfmt-classic. The nixfmt attribute may be used for the new RFC 166-style formatter in the future, which is currently available as nixfmt-rfc-style
trace: warning: The option `settings.nixfmt' defined in `<unknown-file>' has been renamed to `hooks.nixfmt.settings'.
andir commented 1 month ago

Thanks!