remove cross-compilation

This commit is contained in:
Charlotte 🦝 Delenk 2024-07-03 14:17:48 +02:00
parent ca8fa86e3b
commit 6d17f72824

View file

@ -81,11 +81,6 @@
#system.requiredKernelConfig = lib.mkForce [];
system.autoUpgrade.allowReboot = true;
nixpkgs.crossSystem = {
config = "riscv64-unknown-linux-gnu";
system = "riscv64-linux";
};
system.stateVersion = "24.05";
boot.loader.systemd-boot.extraInstallCommands = ''