Skip to content

Commit

Permalink
Chnage vm-target renderer to software renderer pixman
Browse files Browse the repository at this point in the history
Signed-off-by: juliuskoskela <julius.koskela@nordic-dev.net>
  • Loading branch information
juliuskoskela committed Sep 11, 2024
1 parent c54e0f4 commit 038efb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions targets/vm/flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ let
applications.enable = true;
release.enable = variant == "release";
debug.enable = variant == "debug";
graphics.renderer = "pixman";
};
};
}
Expand Down

0 comments on commit 038efb9

Please sign in to comment.