We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643f56d commit 1b42e7dCopy full SHA for 1b42e7d
pkgs/by-name/ox/oxlint/package.nix
@@ -25,6 +25,8 @@ rustPlatform.buildRustPackage rec {
25
darwin.apple_sdk.frameworks.Security
26
];
27
28
+ env.OXC_VERSION = version;
29
+
30
cargoBuildFlags = [ "--bin=oxlint" ];
31
cargoTestFlags = cargoBuildFlags;
32
0 commit comments