Update flake.nix

This commit is contained in:
Marius Drechsler 2025-05-17 19:54:45 +02:00
parent ffdea4c675
commit 6b4c0520c2
Signed by: marius
GPG key ID: 56D4131BA3104777

View file

@ -30,7 +30,8 @@
typixLib = typix.lib.${system};
src = typixLib.cleanTypstSource ./.;
#src = typixLib.cleanTypstSource ./.;
src = ./.;
commonArgs = {
typstSource = "main.typ";