create a preliminary planning

This commit is contained in:
Noa Aarts 2025-11-11 15:33:23 +01:00
parent c5676c0c33
commit 96f52f687b
Signed by: noa
GPG key ID: 1850932741EFF672
5 changed files with 3744 additions and 22 deletions

View file

@ -3,6 +3,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
typst = {
url = "github:typst/typst";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
@ -36,11 +37,7 @@
{
default = pkgs.mkShellNoCC {
packages = [
(typst.typst-dev.overrideAttrs (
finalAttrs: previousAttrs: {
cargoBuildFlags = [ "--features html" ];
}
))
pkgs.typst
];
};
}