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
{{ message }}
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
I just ran
nix flake new my-system --template github:vic/mk-darwin-system#minimaland the
nix flake checkand got errors as in nix-darwin/nix-darwin#552 (comment)To turn off the documentation needs
documentation.enable = false; documentation.doc.enable = false;in your-hostname.nix
and
manual.manpages.enable = false;in your-username.nix