Skip to content

Commit 3aacc5b

Browse files
authored
chore: fix flake build step (#169)
1 parent 285179e commit 3aacc5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@
4242
{
4343
default = pkgs.rustPlatform.buildRustPackage {
4444
pname = "lintspec";
45-
inherit ((lib.importTOML ./Cargo.toml).package) version;
45+
inherit ((lib.importTOML ./crates/lintspec/Cargo.toml).package) version;
4646

4747
src = lib.cleanSource ./.;
48+
cargoBuildFlags = [ "--package" "lintspec" ];
4849

4950
cargoLock = {
5051
lockFile = ./Cargo.lock;

0 commit comments

Comments
 (0)