Currently, the Nixus-pinned nixpkgs is used for evaluating all submodules, yet the lib argument to those modules is the one from that nodes nixpkgs. This should be brought in aligment by changing lib.submodulesWith to use specialArgs.lib.evalModules Instead.
Currently, the Nixus-pinned nixpkgs is used for evaluating all submodules, yet the lib argument to those modules is the one from that nodes nixpkgs. This should be brought in aligment by changing
lib.submodulesWith
to usespecialArgs.lib.evalModules
Instead.