1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00

sops-install-secrets: get rid of delve import

This commit is contained in:
Jörg Thalheim 2020-07-06 09:36:56 +01:00
parent 59b9bab04d
commit bb21643ce1
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -1,12 +1,8 @@
{ buildGoModule ? (import <nixpkgs> {}).buildGoModule }:
{ buildGoModule }:
buildGoModule {
pname = "sops-install-secrets";
version = "0.0.1";
nativeBuildInputs = with import <nixpkgs> {}; [
delve
];
hardeningDisable = [ "all" ];
src = ./.;