Infini-FRAMEWORK: enable debug info

This commit is contained in:
Infinidoge 2024-07-26 10:53:55 -04:00
parent 28f9c114cf
commit 852dcffe88
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -19,6 +19,8 @@
boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems; nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems;
environment.enableDebugInfo = true;
modules = { modules = {
hardware = { hardware = {
gpu.intel = true; gpu.intel = true;