Files
2026-07-03 23:05:33 +02:00

7 lines
91 B
Nix

{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
packages = with pkgs; [
typst
];
}