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:
parent
c1f76f4c8b
commit
f634af9cef
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue