mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 14:14:58 +08:00
vendorHash: make it overridable
This commit is contained in:
parent
5fc5cddafd
commit
62a7c95c8c
3 changed files with 9 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, lib, buildGoModule, path, pkgs, vendorSha256, go }:
|
||||
{ lib, buildGoModule, path, pkgs, vendorHash, go }:
|
||||
buildGoModule {
|
||||
pname = "sops-install-secrets";
|
||||
version = "0.0.1";
|
||||
|
|
@ -29,7 +29,7 @@ buildGoModule {
|
|||
fi
|
||||
'';
|
||||
|
||||
inherit vendorSha256;
|
||||
inherit vendorHash;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Atomic secret provisioning based on sops";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue