remove cross-compilation
This commit is contained in:
parent
ca8fa86e3b
commit
6d17f72824
1 changed files with 0 additions and 5 deletions
|
@ -81,11 +81,6 @@
|
||||||
#system.requiredKernelConfig = lib.mkForce [];
|
#system.requiredKernelConfig = lib.mkForce [];
|
||||||
system.autoUpgrade.allowReboot = true;
|
system.autoUpgrade.allowReboot = true;
|
||||||
|
|
||||||
nixpkgs.crossSystem = {
|
|
||||||
config = "riscv64-unknown-linux-gnu";
|
|
||||||
system = "riscv64-linux";
|
|
||||||
};
|
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
|
|
||||||
boot.loader.systemd-boot.extraInstallCommands = ''
|
boot.loader.systemd-boot.extraInstallCommands = ''
|
||||||
|
|
Loading…
Reference in a new issue