Install cargo-deb through shell.nix.

This commit is contained in:
Orne Brocaar
2025-04-15 11:29:01 +01:00
parent fa63c306fd
commit d91fb77617
2 changed files with 1 additions and 2 deletions

View File

@ -21,6 +21,7 @@ pkgs.mkShell {
pkgs.sqlite # sqlite binary + library for diesel
pkgs.postgresql # psql binary + library for diesel
pkgs.cargo-cross # cross-compiling
pkgs.cargo-deb # deb packaging
pkgs.diesel-cli # diesel cli
];
LIBCLANG_PATH = "${pkgs.llvmPackages.libclang.lib}/lib";