mirror of
https://github.com/gburd/nix-config.git
synced 2024-11-14 00:26:24 +00:00
try again
This commit is contained in:
parent
46ca7d4207
commit
eb5af2d0bf
1 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue