dev: relocate confusing letin

This commit is contained in:
NotAShelf 2023-03-31 05:26:46 +03:00
parent 16ccd51852
commit e1aa20e787
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22

View file

@ -4,13 +4,13 @@
config,
pkgs,
...
}: {
packages = let
docs = import ../docs {
inherit pkgs;
nmdSrc = inputs.nmd;
};
in
}: let
docs = import ../docs {
inherit pkgs;
nmdSrc = inputs.nmd;
};
in {
packages =
{
# Documentation
docs = docs.manual.html;