1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-16 03:32:02 +03:00

cross-canary: mruby -> hello-mruby

This commit is contained in:
Samuel Dionne-Riel 2021-03-02 16:45:13 -05:00
parent e0ec5cee54
commit 264fd8dc89

View File

@ -59,7 +59,7 @@ if stdenv.buildPlatform == stdenv.hostPlatform then {} else (
${emulator} ${hello}/bin/hello
'';
mruby = mkTest "mruby" ''
hello-mruby = mkTest "hello-mruby" ''
${emulator} ${hello-mruby}/bin/hello
'';