gytis-ivaskevicius / flake-utils-plus

Use Nix flakes without any fluff.
MIT License
459 stars 52 forks source link

Deprecated evalModules arguments #122

Closed ajgrf closed 1 year ago

ajgrf commented 1 year ago

When I run nixos-rebuild I get these warnings:

trace: warning: The args argument to evalModules is deprecated. Please set config._module.args instead.
trace: warning: The check argument to evalModules is deprecated. Please set config._module.check instead.

I checked nixpkgs and found that the deprecation has already hit stable, so there's probably no reason to wait to fix it.

hall commented 1 year ago

Looks like this has already been done in https://github.com/gytis-ivaskevicius/flake-utils-plus/commit/be1be083af014720c14f3b574f57b6173b4915d0 but there hasn't been a release since then.

ajgrf commented 1 year ago

Ah, okay! I wouldn't mind seeing a release with that fix, but there's no point to this issue if it's already done.