Skip to content

Commit

Permalink
Add one TODO comment for later
Browse files Browse the repository at this point in the history
Signed-off-by: Mika Tammi <[email protected]>
  • Loading branch information
Mika Tammi committed Jan 7, 2024
1 parent 85142e1 commit da167c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ in {
}
];

# TODO: Consider are these really needed, maybe add only in debug builds?
environment.systemPackages = with pkgs; [
qemu
dtc
Expand Down

1 comment on commit da167c6

@juliuskoskela
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will fix this in an upcoming PR. Now we add the qemu because we use it to manually start the vm and dtc to get the device tree to pass to qemu. However soon I will add a guest configured in Nix and this won't be needed.

Please sign in to comment.