Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!…
Browse files Browse the repository at this point in the history
… feat: add TDX

Signed-off-by: Harald Hoyer <[email protected]>
  • Loading branch information
haraldh committed Dec 9, 2024
1 parent ed39bc5 commit fc0eb86
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/teepot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
pname = "teepot";
inherit (teepotCrate) cargoArtifacts;

passthru = {
inherit (teepotCrate) rustPlatform
rustVersion
commonArgs
craneLib
cargoArtifacts;
};

outputs = [
"out"
"tee_key_preexec"
Expand All @@ -38,6 +30,7 @@
binname=''${i//_/-}
mv "$out/bin/$binname" "''${!i}/bin/"
done
rmdir "$out/bin"
'';
}
)
Expand Down

0 comments on commit fc0eb86

Please sign in to comment.