This commit is contained in:
Jörg Thalheim 2020-07-12 17:33:08 +01:00
parent 81f9f69b84
commit 5ee7f3d73e
No known key found for this signature in database
GPG key ID: 003F2096411B5F92
2 changed files with 29 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ buildGoModule, path, pkgs, vendorSha256 }:
{ stdenv, buildGoModule, path, pkgs, vendorSha256 }:
buildGoModule {
pname = "sops-install-secrets";
version = "0.0.1";