mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-17 13:17:55 +08:00
fix emulators 2
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ let
|
||||
|
||||
himalayaExe =
|
||||
let ext = lib.optionalString hostPlatform.isWindows ".exe";
|
||||
in "${hostPlatform.emulator buildPackages} ./himalaya${ext}";
|
||||
in "${(system.emulator or hostPlatform.emulator) buildPackages} ./himalaya${ext}";
|
||||
|
||||
himalaya = import ./package.nix {
|
||||
inherit lib hostPlatform rustPlatform;
|
||||
|
||||
Reference in New Issue
Block a user