flake/shell: add age to buildInputs

This commit is contained in:
Asmir A 2023-09-30 16:16:21 +02:00
parent e0e30163ed
commit 8e14ba0fe4

View File

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