add pack target to nix

This commit is contained in:
2025-12-02 23:19:33 +01:00
parent de81180623
commit bdb12e887c

View File

@@ -108,6 +108,7 @@
"sp_cs" "sp_en"
"presentation_cs"
]) typstPkgs;
packages.pack = build_with_targets "pack" ["pack"] ["target/pack/."] [];
}
);
}