Skip to content

Instantly share code, notes, and snippets.

@grahamc
Created February 24, 2020 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grahamc/0b5b5e439bf1a74cad17ae5da4af1791 to your computer and use it in GitHub Desktop.
Save grahamc/0b5b5e439bf1a74cad17ae5da4af1791 to your computer and use it in GitHub Desktop.
{ pkgs ? import <nixpkgs> {} }:
pkgs.buildGoModule {
name = "vault-plugin-secrets-packet";
version = "0.0.1";
src = ./vault-plugin-secrets-packet;
modSha256 = "1q8ba5krq8a920gyvhdq4k7g15wnvchdyk1k4pl470xmxbsxcmji";
subPackages = [ "." ];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment