Skip to content

Commit

Permalink
systems/khanelinix: support emulated builds
Browse files Browse the repository at this point in the history
Will support --systems "all" for nixpkg reviews from my desktop.
  • Loading branch information
khaneliman committed Oct 2, 2024
1 parent 0df7484 commit 7cc6119
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions systems/x86_64-linux/khanelinix/hardware.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
# Desktop VM config
##
boot = {
binfmt.emulatedSystems = [
"aarch64-linux"
"riscv64-linux"
];

blacklistedKernelModules = [ "eeepc_wmi" ];

# consoleLogLevel = 0;
Expand Down

0 comments on commit 7cc6119

Please sign in to comment.