Skip to content

Commit 095f939

Browse files
committed
Remove cmake from flake
Is no longer needed after moving away from paho-mqtt client.
1 parent 342afa4 commit 095f939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
version = cargoToml.workspace.package.version;
3333
gitRevision = self.shortRev or self.dirtyShortRev;
3434

35-
nativeBuildInputs = with pkgs; [cmake pkg-config];
35+
nativeBuildInputs = with pkgs; [pkg-config];
3636
buildInputs = with pkgs; [openssl];
3737

3838
lintingRustFlags = "-D unused-crate-dependencies";

0 commit comments

Comments
 (0)