Skip to content

Commit 670a839

Browse files
committed
pebbleEnv: set PEBBLE_EXTRA_PATH for pebble-tool
Signed-off-by: Ruby Iris Juric <[email protected]>
1 parent ec4cce2 commit 670a839

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

buildTools/pebbleEnv.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
mkShell,
3+
lib,
34
coredevices,
45
nodejs,
56
pebble-qemu,
@@ -49,6 +50,10 @@ mkShell (
4950
PEBBLE_PHONE = devServerIP;
5051
PEBBLE_EMULATOR = emulatorTarget;
5152
PEBBLE_CLOUDPEBBLE = if cloudPebble then "1" else "";
53+
PEBBLE_EXTRA_PATH = lib.makeBinPath [
54+
pebble-qemu
55+
pebble-toolchain-bin
56+
];
5257
};
5358
}
5459
// rest

0 commit comments

Comments
 (0)