From b0a16b44c26632209eb49db8ef1ddd96a571591a Mon Sep 17 00:00:00 2001 From: Asmir A Date: Sat, 30 Sep 2023 16:10:36 +0200 Subject: [PATCH] flake/shell: add ssh-to-age to buildInputs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!" '';