Skip to content

Commit

Permalink
Expose generated manifest with Kubenix CLI derivation passthru
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzapim committed May 5, 2024
1 parent f649d0b commit 8f7aa39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/kubenix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ symlinkJoin {
name = "kubenix";
paths = [ script vals kubectl ];
buildInputs = [ makeWrapper ];
passthru.manifest = result;

postBuild = ''
export DIFF="${diff}"
wrapProgram $out/bin/kubenix \
Expand Down

0 comments on commit 8f7aa39

Please sign in to comment.