Skip to content

Instantly share code, notes, and snippets.

View brettjrea's full-sized avatar
:electron:
Live for Love! Love for Life!

Brett Rea brettjrea

:electron:
Live for Love! Love for Life!
  • Long Island, NY
View GitHub Profile
{ stdenv, autoPatchelfHook }:
stdenv.mkDerivation rec {
pname = "wasmcloud-binaries";
version = "1.0";
src = ./.; # Assuming the binaries are in the current directory
nativeBuildInputs = [ autoPatchelfHook ];