diff --git a/flake.nix b/flake.nix index c21d1bb..efce5e3 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,8 @@ typixLib = typix.lib.${system}; - src = typixLib.cleanTypstSource ./.; + #src = typixLib.cleanTypstSource ./.; + src = ./.; commonArgs = { typstSource = "main.typ";