Skip to content

Commit

Permalink
Remove cmake from flake
Browse files Browse the repository at this point in the history
Is no longer needed after moving away from paho-mqtt client.
  • Loading branch information
DanNixon committed Mar 16, 2024
1 parent 342afa4 commit 095f939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
version = cargoToml.workspace.package.version;
gitRevision = self.shortRev or self.dirtyShortRev;

nativeBuildInputs = with pkgs; [cmake pkg-config];
nativeBuildInputs = with pkgs; [pkg-config];
buildInputs = with pkgs; [openssl];

lintingRustFlags = "-D unused-crate-dependencies";
Expand Down

0 comments on commit 095f939

Please sign in to comment.