dev: relocate confusing letin

This commit is contained in:
NotAShelf 2023-03-31 05:26:46 +03:00
parent d8b52451dd
commit 2b6ff9e1a5
No known key found for this signature in database
GPG Key ID: F0D14CCB5ED5AA22
1 changed files with 7 additions and 7 deletions

View File

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