1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-05 16:17:47 +00:00
sops-nix/pkgs/sops-install-secrets/shell.nix

5 lines
112 B
Nix
Raw Normal View History

2020-07-12 13:50:55 +01:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [ go delve utillinux gnupg ];
}