From cc119f1cbb0b3bbd0c5453a5b9c5ce4c7f2a5df5 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 21 Mar 2026 19:30:39 +0100 Subject: build(treewide): Provide a working `manifest.json` file The previous one had no really working images. --- nix/package.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nix') diff --git a/nix/package.nix b/nix/package.nix index 1bcc0ae..e692242 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -16,6 +16,7 @@ tailwindcss, wasm-bindgen-cli_0_2_104, binaryen, + imagemagick, }: craneLib.buildPackage { pname = "rocie-mobile"; @@ -37,7 +38,8 @@ craneLib.buildPackage { "input.css" "Trunk.toml" "manifest.json" - "favicon.ico" + "logo.svg" + "generate_logo.sh" ]) || (lib.strings.hasSuffix ".rs" (builtins.baseNameOf name)); }; @@ -54,6 +56,7 @@ craneLib.buildPackage { tailwindcss wasm-bindgen-cli_0_2_104 binaryen # for wasm-opt + imagemagick # needed for the generate_logo.sh command ]; buildInputs = [ -- cgit 1.4.1