1
Fork 0
mirror of https://github.com/RGBCube/crash synced 2025-07-28 08:57:45 +00:00

feat: bug fixes and build fixes

This commit is contained in:
RGBCube 2025-04-13 02:19:38 +03:00
parent 3405a772ba
commit 119c52f090
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
4 changed files with 28 additions and 16 deletions

View file

@ -34,7 +34,7 @@ in stdenvNoCC.mkDerivation {
homepage = "https://github.com/RGBCube/crash";
license = licenses.mit;
mainProgram = "crash";
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ RGBCube ];
};
}