From 6b4c0520c260a7d0a7456b7d2896275bf21e8a3f Mon Sep 17 00:00:00 2001 From: Marius Drechsler Date: Sat, 17 May 2025 19:54:45 +0200 Subject: [PATCH] Update flake.nix --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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";