trashy: limit platforms to linux
This commit is contained in:
parent
b753135b53
commit
7320cd6f0f
1 changed files with 2 additions and 0 deletions
|
@ -27,5 +27,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
license = with licenses; [ asl20 /* or */ mit ];
|
license = with licenses; [ asl20 /* or */ mit ];
|
||||||
maintainers = with maintainers; [ oberblastmeister ];
|
maintainers = with maintainers; [ oberblastmeister ];
|
||||||
mainProgram = "trash";
|
mainProgram = "trash";
|
||||||
|
# darwin is unsupported due to https://github.com/Byron/trash-rs/issues/8
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue