mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-15 19:23:01 +03:00
cross-canary: misc cleanup
This commit is contained in:
parent
264fd8dc89
commit
8431c72373
@ -49,7 +49,11 @@ if stdenv.buildPlatform == stdenv.hostPlatform then {} else (
|
||||
runtimeShell = mkTest "runtimeShell" ''
|
||||
${emulator} ${runtimeShell} -c 'echo runtimeShell works...'
|
||||
'';
|
||||
}) // {
|
||||
|
||||
}) //
|
||||
# Builds expected to work in both normal and static package sets.
|
||||
{
|
||||
|
||||
busybox = mkTest "busybox" ''
|
||||
${emulator} ${busybox}/bin/busybox uname -a
|
||||
${emulator} ${busybox}/bin/busybox sh -c 'echo busybox works...'
|
||||
|
Loading…
Reference in New Issue
Block a user