mirror of
https://github.com/logos-messaging/logos-chat.git
synced 2026-06-06 03:39:54 +00:00
fix: typo
This commit is contained in:
parent
0b530d8828
commit
c1b17bc763
@ -10,7 +10,7 @@ in pkgs.mkShell {
|
|||||||
];
|
];
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
export CONVERSATIONS_LIB="${libchatDrv}/lib/liblogos_chat.${libExt}"
|
export CONVERSATIONS_LIB="${libchatDrv}/lib/liblibchat.${libExt}"
|
||||||
echo "logos-chat dev shell. CONVERSATIONS_LIB=$CONVERSATIONS_LIB"
|
echo "logos-chat dev shell. CONVERSATIONS_LIB=$CONVERSATIONS_LIB"
|
||||||
echo "Build: make liblogoschat"
|
echo "Build: make liblogoschat"
|
||||||
echo "Nix build: nix build '.?submodules=1#'"
|
echo "Nix build: nix build '.?submodules=1#'"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user