From cdb177792a74856849149524dc31ff43bc2b650e Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 11 Nov 2025 09:49:36 +0100 Subject: Changed structure a bit and added some ignores --- .nix/derivation.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.nix') diff --git a/.nix/derivation.nix b/.nix/derivation.nix index 5a1f1db..3be1695 100644 --- a/.nix/derivation.nix +++ b/.nix/derivation.nix @@ -1,6 +1,7 @@ { lib , stdenv , typst +, typstPackages }: stdenv.mkDerivation { @@ -11,7 +12,9 @@ stdenv.mkDerivation { nativeBuildInputs = [ typst - ]; + ] ++ (with typstPackages; [ + charged-ieee + ]); buildPhase = '' typst compile report.typ out.pdf -- cgit v1.2.3