Skip to content

Commit

Permalink
Fix deprecated warning for optee namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Brian McGillion <[email protected]>
  • Loading branch information
brianmcgillion committed Feb 9, 2024
1 parent e6d5096 commit d4fa6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/nvidia-jetson-orin/optee.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
exec "${pkgs.opensc}/bin/pkcs11-tool" --module "${opteeClient}/lib/libckteec.so" $@
'';
in {
hardware.nvidia-jetpack.firmware.optee.trustedApplications = let
hardware.nvidia-jetpack.firmware.optee.supplicant.trustedApplications = let
xTestTaDir = "${opteeXtest}/ta";
xTestTaPaths =
builtins.map (ta: {
Expand Down

0 comments on commit d4fa6a4

Please sign in to comment.