Skip to content

Commit

Permalink
bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KimGSandstrom committed Aug 22, 2024
1 parent fe953f8 commit 88759a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions targets/nvidia-jetson-orin/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ let
];
}
];
gpiovmExtraModules = [
{
# The Nvidia Orin hardware dependent configuration is in
# modules/jetpack and modules/jetpack-microvm. Please refer to that
# section for hardware dependent gpiovm configuration.
}
];
hostConfiguration = lib.nixosSystem {
inherit system;

Expand Down
2 changes: 1 addition & 1 deletion targets/nvidia-jetson-orin/optee.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ _:
};
pcks11Ta = stdenv.mkDerivation {
pname = "pkcs11";
version = builtins.trace "${l4tVersion}" l4tVersion;
version = l4tVersion;
src = opteeSource;
nativeBuildInputs = [ (pkgs.buildPackages.python3.withPackages (p: [ p.cryptography ])) ];
makeFlags = [
Expand Down

0 comments on commit 88759a0

Please sign in to comment.