We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342afa4 commit 095f939Copy full SHA for 095f939
flake.nix
@@ -32,7 +32,7 @@
32
version = cargoToml.workspace.package.version;
33
gitRevision = self.shortRev or self.dirtyShortRev;
34
35
- nativeBuildInputs = with pkgs; [cmake pkg-config];
+ nativeBuildInputs = with pkgs; [pkg-config];
36
buildInputs = with pkgs; [openssl];
37
38
lintingRustFlags = "-D unused-crate-dependencies";
0 commit comments