Skip to content

Commit

Permalink
templates: fix Orin NX template
Browse files Browse the repository at this point in the history
Signed-off-by: Mika Tammi <[email protected]>
  • Loading branch information
Mika Tammi authored and brianmcgillion committed Jul 27, 2023
1 parent 8a62c10 commit ee2b855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/targets/aarch64/nvidia/orin-nx/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}))

{
nixosConfigurations.PROJ_NAME-ghaf-debug = ghaf.nixosConfigurations.nvidia-jetson-orin-debug.extendModules {
nixosConfigurations.PROJ_NAME-ghaf-debug = ghaf.nixosConfigurations.nvidia-jetson-orin-nx-debug.extendModules {
modules = [
{
#insert your additional modules here e.g.
Expand All @@ -60,7 +60,7 @@
}
];
};
packages.aarch64-linux.PROJ_NAME-ghaf-debug = self.nixosConfigurations.PROJ_NAME-ghaf-debug.config.system.build.${self.nixosConfigurations.fog-ghaf-debug.config.formatAttr};
packages.aarch64-linux.PROJ_NAME-ghaf-debug = self.nixosConfigurations.PROJ_NAME-ghaf-debug.config.system.build.${self.nixosConfigurations.PROJ_NAME-ghaf-debug.config.formatAttr};

packages.x86_64-linux.PROJ_NAME-ghaf-debug-flash-script = mkFlashScript {
inherit nixpkgs jetpack-nixos;
Expand Down

0 comments on commit ee2b855

Please sign in to comment.