fireplace: nix-darwin bugfix

fmt
This commit is contained in:
Ólafur Bjarki Bogason 2024-10-14 14:50:13 +00:00
parent 9f6e7677b8
commit b32fbba3f6

View File

@ -25,6 +25,8 @@ stdenv.mkDerivation {
hash = "sha256-2NUE/zaFoGwkZxgvVCYXxToiL23aVUFwFNlQzEq9GEc=";
};
makeFlags = lib.optional stdenv.hostPlatform.isDarwin [ "CC=cc" ];
meta = {
description = "Cozy fireplace in your terminal";
homepage = "https://github.com/Wyatt915/fireplace";