mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
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:
@@ -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";
|
||||
};
|
||||
|
||||
@@ -18,10 +18,6 @@ rec {
|
||||
};
|
||||
};
|
||||
|
||||
pc_simplekernel = lib.recursiveUpdate pc {
|
||||
linux-kernel.autoModules = false;
|
||||
};
|
||||
|
||||
##
|
||||
## POWER
|
||||
##
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user