Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 377 Bytes

File metadata and controls

16 lines (11 loc) · 377 Bytes

gdextension-cpp-nix-tools

Sets up a Nix devshell for C++ development with Godot's GDExtension.

Currently, only supports Godot 4.4.1.

Dependencies

Nix 25.05 package manager or NixOS

Example Usage

With just Nix alone, you can enter the devshell via:

nix develop github:hamham240/gdextension-cpp-nix-tools

TODO: Template repo using this devshell soon to come