mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-15 11:03:37 +03:00
delete untested 32 bit stuff
This commit is contained in:
parent
00040f9e11
commit
d5f79c4746
File diff suppressed because it is too large
Load Diff
@ -5,18 +5,10 @@
|
||||
, ...
|
||||
}:
|
||||
|
||||
#
|
||||
# Note:
|
||||
# This kernel build is special, it supports both armv7l and aarch64.
|
||||
# This is because motorola ships an armv7l userspace from stock ROM.
|
||||
#
|
||||
# in local.nix:
|
||||
# mobile.system.system = lib.mkForce "armv7l-linux";
|
||||
#
|
||||
|
||||
mobile-nixos.kernel-builder-gcc6 {
|
||||
version = "3.18.113";
|
||||
configfile = ./. + "/config.${stdenv.hostPlatform.parsed.cpu.name}";
|
||||
configfile = ./config.aarch64;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "boulzordev";
|
||||
|
Loading…
Reference in New Issue
Block a user