trashy: limit platforms to linux

figsoda 7320cd6f b753135b

+2
+2
pkgs/tools/misc/trashy/default.nix
··· 27 license = with licenses; [ asl20 /* or */ mit ]; 28 maintainers = with maintainers; [ oberblastmeister ]; 29 mainProgram = "trash"; 30 }; 31 }
··· 27 license = with licenses; [ asl20 /* or */ mit ]; 28 maintainers = with maintainers; [ oberblastmeister ]; 29 mainProgram = "trash"; 30 + # darwin is unsupported due to https://github.com/Byron/trash-rs/issues/8 31 + platforms = platforms.linux; 32 }; 33 }