Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit 9a96e63

Browse files
committed
Test nix build change
1 parent 444789e commit 9a96e63

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

demos/chat-client/c++/process_assets.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!env python3
1+
#!/usr/bin/env nix-shell
2+
#!nix-shell -i python3 -p "python3.withPackages([])"
23

34
# Python script from https://github.com/rjzak/web_wordpuzzle
45

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
version = "0.1.0";
108108
}
109109
''
110-
python3 ./demos/chat-client/c++/process_assets.py
110+
./demos/chat-client/c++/process_assets.py
111111
mkdir -p "$out/bin"
112112
$CXX -Wall -include ./demos/chat-client/c++/assets.h -pedantic ${demos.chat-client.cpp.src} \
113113
-o "$out/bin/chat-client.wasm"

0 commit comments

Comments
 (0)