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