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