try again

This commit is contained in:
Greg Burd 2023-09-20 10:28:57 -04:00
parent 46ca7d4207
commit eb5af2d0bf
No known key found for this signature in database
GPG key ID: 1FC1E7793410DE46

View file

@ -8,8 +8,8 @@
}; };
in in
import nixpkgs { overlays = [ ]; } import nixpkgs { overlays = [ ]; }
, ... , ... }:
}: { {
default = pkgs.mkShell { default = pkgs.mkShell {
NIX_CONFIG = "extra-experimental-features = nix-command flakes repl-flake"; NIX_CONFIG = "extra-experimental-features = nix-command flakes repl-flake";
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [
@ -18,11 +18,12 @@
git git
sops sops
pinentry-curses
ssh-to-age ssh-to-age
gnupg gnupg
age age
yubikey-manager yubikey-manager
pinentry-curses
]; ];
}; };
services.gpg-agent.enable = true;
} }