sheldon: enable on unix platforms

Delete unnecessary platforms specification because installation is not possible in mac environment
This commit is contained in:
yasunori0418 2024-09-03 11:10:40 +09:00 committed by yasunori0418
parent 0dcbd7944f
commit 5c69e529d7

View File

@ -61,7 +61,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/rossmacarthur/sheldon";
license = with licenses; [ mit ];
maintainers = with maintainers; [ seqizz ];
platforms = platforms.linux;
platforms = platforms.unix;
mainProgram = "sheldon";
};
}