oxlint: set version

This commit is contained in:
Nikolay Korotkiy
2024-12-27 21:45:35 +04:00
parent 643f56d960
commit 1b42e7d011
+2
View File
@@ -25,6 +25,8 @@ rustPlatform.buildRustPackage rec {
darwin.apple_sdk.frameworks.Security
];
env.OXC_VERSION = version;
cargoBuildFlags = [ "--bin=oxlint" ];
cargoTestFlags = cargoBuildFlags;