{"id":13523378,"url":"https://github.com/loqusion/typix","last_synced_at":"2026-02-11T18:15:26.509Z","repository":{"id":213899565,"uuid":"735205303","full_name":"loqusion/typix","owner":"loqusion","description":"Deterministic Typst compilation with Nix","archived":false,"fork":false,"pushed_at":"2026-02-07T08:51:26.000Z","size":755,"stargazers_count":293,"open_issues_count":6,"forks_count":12,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-02-07T18:15:29.231Z","etag":null,"topics":["nix","typst"],"latest_commit_sha":null,"homepage":"https://loqusion.github.io/typix/","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/loqusion.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"ko_fi":"loqusion"}},"created_at":"2023-12-24T03:37:43.000Z","updated_at":"2026-02-07T08:51:29.000Z","dependencies_parsed_at":"2024-04-07T09:32:45.352Z","dependency_job_id":"47d441df-9694-42df-88e1-303e844bbfa4","html_url":"https://github.com/loqusion/typix","commit_stats":null,"previous_names":["loqusion/typst.nix","loqusion/typix"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/loqusion/typix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loqusion%2Ftypix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loqusion%2Ftypix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loqusion%2Ftypix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loqusion%2Ftypix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loqusion","download_url":"https://codeload.github.com/loqusion/typix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loqusion%2Ftypix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29340683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T16:14:43.024Z","status":"ssl_error","status_checked_at":"2026-02-11T16:14:15.258Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nix","typst"],"created_at":"2024-08-01T06:00:59.495Z","updated_at":"2026-02-11T18:15:26.497Z","avatar_url":"https://github.com/loqusion.png","language":"Nix","funding_links":["https://ko-fi.com/loqusion"],"categories":["Integrations \u0026 Tools","Development"],"sub_categories":["Programming"],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg\n    src=\"https://raw.githubusercontent.com/loqusion/typix/main/.github/assets/logo_1544x1544.png\"\n    alt=\"Typix Logo\"\n    width=\"150\"\n  /\u003e\u003cbr /\u003e\n  Typix\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://flakehub.com/flake/loqusion/typix\"\u003e\n    \u003cimg\n      src=\"https://img.shields.io/endpoint?style=for-the-badge\u0026color=95b6f9\u0026labelColor=302D41\u0026url=https://flakehub.com/f/loqusion/typix/badge\"\n      alt=\"FlakeHub version\"\n    \u003e\u003c/a\u003e\n\u003c/p\u003e\n\nTypix aims to make it easier to use [Nix](https://nixos.org/) in\n[Typst](https://github.com/typst/typst) projects.\n\n- **Dependency management**: supports arbitrary dependencies including fonts,\n  images, and data\n- **Reproducible**: via a hermetically sealed build environment\n- **Extensible**: full support for [Typst packages](https://loqusion.github.io/typix/recipes/using-typst-packages.html)\n\n## Features\n\n- Automatically fetch dependencies and compile in a single command (`nix run\n.#build`)\n- Watch input files and recompile on changes (`nix run .#watch`)\n- Set up a shell environment with all dependencies made available via\n  environment variables and symlinks\n- Extensible via\n  [`mkTypstDerivation`](https://loqusion.github.io/typix/api/derivations/mk-typst-derivation.html)\n- Support for dependencies such as [fonts](https://typst.app/docs/reference/text/text/#parameters-font),\n  [images](https://typst.app/docs/reference/visualize/image/), and [data](https://typst.app/docs/reference/data-loading/)\n- [Typst packages](https://loqusion.github.io/typix/recipes/using-typst-packages.html)\n  fetched from the official Typst packages CDN\n\n## Getting Started\n\nAfter [installing Nix](https://github.com/DeterminateSystems/nix-installer) and\n[enabling\nflakes](https://nixos.wiki/wiki/Flakes#Enable_flakes_permanently_in_NixOS), you\ncan initialize a flake from the default template:\n\n```bash\nnix flake init --refresh -t github:loqusion/typix\n```\n\n\u003e Alternatively, you can use a template demonstrating [Typst packages](https://loqusion.github.io/typix/recipes/using-typst-packages.html)\n\u003e usage:\n\u003e\n\u003e ```bash\n\u003e nix flake init --refresh -t 'github:loqusion/typix#with-typst-packages'\n\u003e ```\n\nHere are some commands you can run from any template:\n\n- `nix run .#watch` — watch the input files and recompile on changes\n- `nix run .#build` — compile and copy the output to the current directory\n\n---\n\nFor more information, check out [the docs](https://loqusion.github.io/typix/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floqusion%2Ftypix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floqusion%2Ftypix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floqusion%2Ftypix/lists"}