diff --git a/flake.nix b/flake.nix index e823828..a377a42 100644 --- a/flake.nix +++ b/flake.nix @@ -117,7 +117,7 @@ }; devShell.x86_64-linux = pkgs.mkShell { - buildInputs = with pkgs; [sops ssh-to-age]; + buildInputs = with pkgs; [sops ssh-to-age age]; shellHook = '' echo "Configuring NixOS!" '';