I think I figured out howto enable cross compiling between zen versions.

This commit is contained in:
Tom Alexander
2025-05-10 22:57:44 -04:00
parent 3e80452235
commit 22f9a0efcd
6 changed files with 12 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ let
.overrideAttrs
(old: {
buildCommand = "${old.buildCommand}\n patchShebangs $out";
buildInputs = [ pkgs.makeWrapper ];
nativeBuildInputs = [ pkgs.makeWrapper ];
postBuild = ''
wrapProgram $out/bin/decrypt_k8s_secret --prefix PATH : ${
lib.makeBinPath [