File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 2828 inputsFrom = [
2929 config . treefmt . build . devShell
3030 ] ;
31-
31+
3232 buildInputs = with pkgs ; [
3333 # Frontend dependencies
3434 nodejs
3535 pnpm
36-
36+
3737 # Rust toolchain from rust-toolchain.toml
3838 ( rust-bin . fromRustupToolchainFile ./rust-toolchain.toml )
39-
40- # Build tools
39+
40+ # Linera dependencies
4141 pkg-config
4242 openssl
4343 protobuf
44-
44+ libclang
45+
4546 # Deployment tools
4647 google-cloud-sdk
47-
48+
4849 # Development tools
4950 jq
5051 ] ;
51-
52+
5253 shellHook = ''
5354 export PATH=$PWD/target/debug:$PATH
55+ export LIBCLANG_PATH="${ pkgs . libclang . lib } /lib"
5456 echo "Game of Life Challenge development environment"
5557 echo "- Frontend: cd frontend && pnpm install && pnpm build"
5658 echo "- Backend: cargo build"
6668 } ;
6769 } ;
6870 } ;
69- }
71+ }
You can’t perform that action at this time.
0 commit comments