lib/systems/platforms: correctly import examples.nix
before: :p lib.systems failed with error: getting status of '...examples': no such file or directory
This commit is contained in:
parent
289f38a65b
commit
4aab12d5a1
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue