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, 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;