Skip to content

Commit bacb6a6

Browse files
committed
Ensure protoc to be in devshell
1 parent 8951cf6 commit bacb6a6

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "nix-analyzer-new"
2+
name = "nix-analyzer"
33
version = "0.1.0"
44
edition = "2021"
55

flake.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
in {
4848
packages.default = crate;
4949

50-
devShells.default = craneLib.devShell (builtins.removeAttrs commonArgs ["src" "strictDeps"]);
50+
devShells.default = craneLib.devShell ((builtins.removeAttrs commonArgs ["src" "strictDeps" "nativeBuildInputs"])
51+
// {
52+
buildInputs = commonArgs.nativeBuildInputs;
53+
});
5154
});
5255
}

0 commit comments

Comments
 (0)