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

Commit

Permalink
Test nix build change
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranjazy committed Nov 9, 2022
1 parent c1e8117 commit 5f2b8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

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

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

Expand Down

0 comments on commit 5f2b8ab

Please sign in to comment.