Add diesel-cli to the nix devshell

This commit is contained in:
Jeremy Wall 2022-07-22 18:17:59 -04:00
parent fc3f082e70
commit 3f64862205

View File

@ -52,7 +52,7 @@
program = "${kitchen}/bin/kitchen";
};
devShell = pkgs.mkShell {
buildInputs = [ rust-wasm ] ++ (with pkgs; [wasm-bindgen-cli wasm-pack httplz]);
buildInputs = [ rust-wasm ] ++ (with pkgs; [wasm-bindgen-cli wasm-pack diesel-cli]);
};
}
);