/godot-flake

Nix Flake for Godot: Quick setup with integrated devShell

Primary LanguageNix

🎮 Godot DevShell for Nix Developers 🐧

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! 🚀

📚 Prerequisites

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

📦 Installation

  1. Clone the repository

First, clone this repository to your local machine using:

git clone <repository-url>
  1. Enter the development shell

Navigate to the cloned repository and enter the development shell:

cd <repository-name>
nix develop

This will set up the environment with all the necessary dependencies, including Godot.

🎉 Start Developing!

You're all set! You can now start developing with Godot. To run Godot, simply type godot in your terminal.

📜 Credits

This project uses the following resources:

  • NixOS/nixpkgs
  • numtide/flake-utils

Happy coding! 🎈