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

Commit 5f2b8ab

Browse files
committed
Test nix build change
1 parent c1e8117 commit 5f2b8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
demos.chat-client.conf = ./demos/chat-client/Enarx.toml;
2424

25-
demos.chat-client.cpp.src = ./demos/chat-client/c++/main.cpp;
25+
demos.chat-client.cpp.src = ["./demos/chat-client/c++/main.cpp", "./demos/chat-client/c++/assets.h"];
2626
demos.chat-client.rust.src = ./demos/chat-client/rust;
2727
demos.chat-client.rust.package = cargoPackage ./demos/chat-client/rust/Cargo.toml;
2828

0 commit comments

Comments
 (0)