Skip to content

Commit

Permalink
fix(nix): Add Protobuf dependency to Nix derivation
Browse files Browse the repository at this point in the history
  • Loading branch information
shymega committed Mar 21, 2024
1 parent 14d753f commit b90fb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codid.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rustPlatform.buildRustPackage {
"--features=stock-codi,codios-codi,nixos"
];

nativeBuildInputs = with pkgs; [ pkg-config ];
nativeBuildInputs = with pkgs; [ pkg-config protobuf ];
buildInputs = with pkgs; [ systemd.dev ];

meta = with lib; {
Expand Down

0 comments on commit b90fb31

Please sign in to comment.