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
I'm just about to rename an option in one of my projects that have a module for flake-parts, and naturally I imported an (mkRenamedOptionModule ["agenix-rekey" "nodes" ] [ "agenix-rekey" "nixosConfigurations"]) in the relevant file. To my surprise using the old option does not trigger any warnings to be shown.
It looks like the trace gets triggered by the option type's use function, but for some reason this is not triggering when I evaluate the flake. Is there anything obvious I'm missing? It's used in a perSystem context like this:
I'm just about to rename an option in one of my projects that have a module for flake-parts, and naturally I imported an
(mkRenamedOptionModule ["agenix-rekey" "nodes" ] [ "agenix-rekey" "nixosConfigurations"])
in the relevant file. To my surprise using the old option does not trigger any warnings to be shown.It looks like the trace gets triggered by the option type's
use
function, but for some reason this is not triggering when I evaluate the flake. Is there anything obvious I'm missing? It's used in aperSystem
context like this:The text was updated successfully, but these errors were encountered: