Skip to content

Better installation & nix support#1062

Merged
johannes-wolf merged 2 commits intocetz-package:masterfrom
Quoteme:nix-shell
Mar 23, 2026
Merged

Better installation & nix support#1062
johannes-wolf merged 2 commits intocetz-package:masterfrom
Quoteme:nix-shell

Conversation

@Quoteme
Copy link
Contributor

@Quoteme Quoteme commented Mar 22, 2026

we change the installation guide to this:


Installing

To install the CeTZ package under your local typst package dir you can use the install script from the repository.

Make sure to first perform a recursive git clone

# to fetch a clean clone:
git clone --recursive https://github.com/cetz-package/cetz.git
# or if you forgot the `--recursive` flag before:
git submodule update --init

and also ensure you have just and cargo installed.

For nix users

After enabling flakes, use:

nix --extra-experimental-features 'nix-command flakes' develop

Now use the installation script:

just install

this solves the issue faced in #637

@johannes-wolf johannes-wolf merged commit 92d2cb2 into cetz-package:master Mar 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants