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
find error: function 'anonymous lambda' called without required argument 'lib'
Expected behaviour
No error
Considered alternatives
reading source code
Additional context
this may relate to their direct use of import (with arguments left implicit) when loading their default.nix from flake.nix: mailserverModule = import ./.;
The text was updated successfully, but these errors were encountered:
Describe the bug
Trying to inspect the options of nixos-mailserver, I seem to be run into an error about missing argument
lib
.Steps to reproduce
git clone https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
nix run github:bluskript/nix-inspect -- --path .
Root
->nixosModule
function 'anonymous lambda' called without required argument 'lib'
Expected behaviour
No error
Considered alternatives
Additional context
this may relate to their direct use of
import
(with arguments left implicit) when loading theirdefault.nix
fromflake.nix
:mailserverModule = import ./.;
The text was updated successfully, but these errors were encountered: