chore(devshell): add vault package to development shell

- Added the `vault` package to the list of dev shell packages.
- Adjusted formatting for parameter list to align with style conventions.
This commit is contained in:
Harald Hoyer 2025-03-24 12:19:16 +01:00
parent c1f76f4c8b
commit f634af9cef

View file

@ -1,7 +1,7 @@
{ { pkgs
pkgs, , vault-hier
vault-hier, , rustVersion
rustVersion, ,
}: }:
let let
@ -19,6 +19,7 @@ pkgs.mkShell {
packages = with pkgs; [ packages = with pkgs; [
vault-hier # Add the vault-hier package to the dev shell vault-hier # Add the vault-hier package to the dev shell
toolchain_with_src # Add the custom Rust toolchain with source code to the dev shell toolchain_with_src # Add the custom Rust toolchain with source code to the dev shell
vault
]; ];
nativeBuildInputs = [ nativeBuildInputs = [
vault-hier vault-hier