flake/shell: add ssh-to-age to buildInputs

This commit is contained in:
Asmir A 2023-09-30 16:10:36 +02:00
parent 4daf6275dc
commit b0a16b44c2

View File

@ -116,7 +116,7 @@
}; };
devShell.x86_64-linux = pkgs.mkShell { devShell.x86_64-linux = pkgs.mkShell {
buildInputs = with pkgs; [sops]; buildInputs = with pkgs; [sops ssh-to-age];
shellHook = '' shellHook = ''
echo "Configuring NixOS!" echo "Configuring NixOS!"
''; '';