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
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;
}