We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285179e commit 3aacc5bCopy full SHA for 3aacc5b
flake.nix
@@ -42,9 +42,10 @@
42
{
43
default = pkgs.rustPlatform.buildRustPackage {
44
pname = "lintspec";
45
- inherit ((lib.importTOML ./Cargo.toml).package) version;
+ inherit ((lib.importTOML ./crates/lintspec/Cargo.toml).package) version;
46
47
src = lib.cleanSource ./.;
48
+ cargoBuildFlags = [ "--package" "lintspec" ];
49
50
cargoLock = {
51
lockFile = ./Cargo.lock;
0 commit comments