alexandria/documents/nix/lib/callTypstProject.nix

19 lines
203 B
Nix
Raw Permalink Normal View History

{
pkgs,
typixLib,
typstPackagesCache,
cleanTypstSource,
flakeSelf,
...
}:
package:
package {
inherit
pkgs
typixLib
typstPackagesCache
cleanTypstSource
flakeSelf
;
}