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
Flakes require that their overlays arguments are named final and prev, despite if they are used or not.
Having them named differently (even _, _final or _prev) makes nix flake check fail.
Even though I already filed NixOS/nix#4416, I think the following proposal could help mitigate the flake issue as well as #41:
Give control over checks to comments in source code. Similar to python linters allow for magic comments, or how elixirs credo does as well and probably a lot of other linters do.
The text was updated successfully, but these errors were encountered:
Flakes require that their overlays arguments are named
final
andprev
, despite if they are used or not.Having them named differently (even
_
,_final
or_prev
) makesnix flake check
fail.Even though I already filed NixOS/nix#4416, I think the following proposal could help mitigate the flake issue as well as #41:
Give control over checks to comments in source code. Similar to python linters allow for magic comments, or how elixirs credo does as well and probably a lot of other linters do.
The text was updated successfully, but these errors were encountered: