From eb5af2d0bfe84d2da5d105578ef83deb67cfd655 Mon Sep 17 00:00:00 2001 From: Greg Burd Date: Wed, 20 Sep 2023 10:28:57 -0400 Subject: [PATCH] try again --- shell.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/shell.nix b/shell.nix index db4c8bc..f5c77f1 100644 --- a/shell.nix +++ b/shell.nix @@ -8,8 +8,8 @@ }; in import nixpkgs { overlays = [ ]; } -, ... -}: { +, ... }: +{ default = pkgs.mkShell { NIX_CONFIG = "extra-experimental-features = nix-command flakes repl-flake"; nativeBuildInputs = with pkgs; [ @@ -18,11 +18,12 @@ git sops - pinentry-curses ssh-to-age gnupg age yubikey-manager + pinentry-curses ]; }; + services.gpg-agent.enable = true; }