Welcome to the Godot DevShell for Nix developers! This guide will help you set up your environment to start developing with Godot on Nix. Let's get started! 🚀
Before we start, make sure you have Nix installed on your system. If you haven't, you can install it by running:
curl -L https://nixos.org/nix/install | sh- Clone the repository
First, clone this repository to your local machine using:
git clone <repository-url>- Enter the development shell
Navigate to the cloned repository and enter the development shell:
cd <repository-name>
nix developThis will set up the environment with all the necessary dependencies, including Godot.
You're all set! You can now start developing with Godot. To run Godot, simply type godot in your terminal.
This project uses the following resources:
- NixOS/nixpkgs
- numtide/flake-utils
Happy coding! 🎈