Merge pull request #168784 from Artturin/typofix1

lib/systems/platforms: Do not import examples.nix, it is not needed
This commit is contained in:
John Ericson 2022-04-15 14:26:09 -04:00 committed by GitHub
commit 1a523e4778
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -500,7 +500,7 @@ rec {
# based on:
# https://www.mail-archive.com/qemu-discuss@nongnu.org/msg05179.html
# https://gmplib.org/~tege/qemu.html#mips64-debian
mips64el-qemu-linux-gnuabi64 = (import ./examples).mips64el-linux-gnuabi64 // {
mips64el-qemu-linux-gnuabi64 = {
linux-kernel = {
name = "mips64el";
baseConfig = "64r2el_defconfig";