sops-nix/pkgs/ssh-to-pgp/shell.nix
2020-07-12 13:50:55 +01:00

10 lines
146 B
Nix

with import <nixpkgs> {};
mkShell {
nativeBuildInputs = [
bashInteractive
go
delve
gnupg
];
hardeningDisable = [ "all" ];
}