fix flake.nix, move doc.toml to toplevel

This commit is contained in:
2026-01-13 13:16:49 +02:00
parent f8fda8b65a
commit 07b819b9f1
3 changed files with 2 additions and 3 deletions

View File

@@ -39,8 +39,7 @@
fileset = lib.fileset.unions [
(lib.fileset.fromSource (typixLib.cleanTypstSource ./.))
(lib.fileset.maybeMissing ./chapters)
(lib.fileset.maybeMissing ./config/authors.toml)
(lib.fileset.maybeMissing ./config/subject.toml)
(lib.fileset.maybeMissing ./doc.toml)
(lib.fileset.maybeMissing ./figures)
(lib.fileset.maybeMissing ./utils.typ)
];

View File

@@ -5,7 +5,7 @@
// #show: dstu-style // Для рефератів, нестандартних робіт, тощо
#show: pz-lb.with(
..toml("config/doc.toml"),
..toml("/doc.toml"),
title: lorem(2),
)