Unverified Commit 7b0ef853 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #231913 from figsoda/trashy

trashy: limit platforms to linux
parents b27fac64 7320cd6f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
  };
}