summaryrefslogtreecommitdiffstats
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/package.nix5
1 files changed, 4 insertions, 1 deletions
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 = [