diff --git a/nix/devshell.nix b/nix/devshell.nix index ab9d0d7..7d5320c 100644 --- a/nix/devshell.nix +++ b/nix/devshell.nix @@ -1,7 +1,7 @@ -{ - pkgs, - vault-hier, - rustVersion, +{ pkgs +, vault-hier +, rustVersion +, }: let @@ -19,6 +19,7 @@ pkgs.mkShell { packages = with pkgs; [ 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 + vault ]; nativeBuildInputs = [ vault-hier