mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-01-09 16:55:51 +01:00
update typst things
This commit is contained in:
parent
e16b9be120
commit
1e19aa996b
1 changed files with 4 additions and 2 deletions
|
@ -8,12 +8,14 @@
|
|||
domain = "forge.katzen.cafe";
|
||||
owner = "schrottkatze";
|
||||
repo = "typst-configs";
|
||||
rev = "3a09cd374f0508c8e0c5d95f5ad7358adc50bafa";
|
||||
rev = "569cd8525a85878140baf5952597f27fd7ea51d3";
|
||||
sha256 = "sha256-4pAammwrFGhpSquEsh4QSd8Hw/ioHm3fMiC5oqNgbAQ=";
|
||||
};
|
||||
flow = pkgs.fetchFromGithub {
|
||||
flow = pkgs.fetchFromGitHub {
|
||||
owner = "MultisampledNight";
|
||||
repo = "flow";
|
||||
rev = "f5c653c706d80145165ec684b217b803a0246e8c";
|
||||
sha256 = "sha256-tXfogxo1DGmsrwjOhF2h+60825P6NVcgQGN6Q1tspZA=";
|
||||
};
|
||||
};
|
||||
mkTypstPath = name: ".local/share/typst/packages/local/${name}/0.1.0";
|
||||
|
|
Loading…
Reference in a new issue