lib/systems: drop gnu64_simplekernel

This was unused apart from a commented‐out test, and we’re moving
away from specifying kernel configuration in the platform structure.
This commit is contained in:
Emily
2025-06-24 15:46:25 +01:00
committed by zowoq
parent 4fb082a70a
commit 1c935b9fd9
3 changed files with 0 additions and 6 deletions

View File

@@ -155,7 +155,6 @@ rec {
gnu64 = {
config = "x86_64-unknown-linux-gnu";
};
gnu64_simplekernel = gnu64 // platforms.pc_simplekernel; # see test/cross/default.nix
gnu32 = {
config = "i686-unknown-linux-gnu";
};

View File

@@ -18,10 +18,6 @@ rec {
};
};
pc_simplekernel = lib.recursiveUpdate pc {
linux-kernel.autoModules = false;
};
##
## POWER
##

View File

@@ -188,7 +188,6 @@ let
pkgs.pkgsMusl.stdenv
pkgs.pkgsLLVM.stdenv
pkgs.pkgsStatic.bash
#pkgs.pkgsCross.gnu64_simplekernel.bash # https://github.com/NixOS/nixpkgs/issues/264989
pkgs.pkgsCross.arm-embedded.stdenv
pkgs.pkgsCross.sheevaplug.stdenv # for armv5tel
pkgs.pkgsCross.raspberryPi.stdenv # for armv6l