create a preliminary planning
This commit is contained in:
parent
c5676c0c33
commit
96f52f687b
5 changed files with 3744 additions and 22 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue