From 1e19aa996bcb7e000ea8a31e221725f88a53e53c Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Wed, 1 Jan 2025 03:14:19 +0100 Subject: [PATCH] update typst things --- modules/desktop-environment/home/typst.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/desktop-environment/home/typst.nix b/modules/desktop-environment/home/typst.nix index f60ed7c..c4ab6c1 100644 --- a/modules/desktop-environment/home/typst.nix +++ b/modules/desktop-environment/home/typst.nix @@ -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";