Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error on nixos-mailserver: function 'anonymous lambda' called without required argument 'lib' #19

Open
KiaraGrouwstra opened this issue Jan 24, 2025 · 0 comments

Comments

@KiaraGrouwstra
Copy link

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

  1. git clone https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
  2. nix run github:bluskript/nix-inspect -- --path .
  3. browse to Root -> nixosModule
  4. 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 ./.;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant