1
0
Fork 0

add targetPlatforms to buildRustPackage

This commit is contained in:
Simon Renblad 2024-10-31 11:41:08 +08:00
parent 37d55367b3
commit b700570eaa
1 changed files with 2 additions and 0 deletions

View File

@ -156,6 +156,8 @@
hydraJobs = packages.x86_64-linux; hydraJobs = packages.x86_64-linux;
targetPlatforms = [];
inherit rust rustPlatform; inherit rust rustPlatform;
devShell.x86_64-linux = pkgs.mkShell { devShell.x86_64-linux = pkgs.mkShell {