Loading pkgs/tools/misc/trashy/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -27,5 +27,7 @@ rustPlatform.buildRustPackage rec { license = with licenses; [ asl20 /* or */ mit ]; maintainers = with maintainers; [ oberblastmeister ]; mainProgram = "trash"; # darwin is unsupported due to https://github.com/Byron/trash-rs/issues/8 platforms = platforms.linux; }; } Loading
pkgs/tools/misc/trashy/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -27,5 +27,7 @@ rustPlatform.buildRustPackage rec { license = with licenses; [ asl20 /* or */ mit ]; maintainers = with maintainers; [ oberblastmeister ]; mainProgram = "trash"; # darwin is unsupported due to https://github.com/Byron/trash-rs/issues/8 platforms = platforms.linux; }; }