An open API service indexing awesome lists of open source software.

https://github.com/linuxmobile/godot-flake

Nix Flake for Godot: Quick setup with integrated devShell
https://github.com/linuxmobile/godot-flake

Last synced: 6 months ago
JSON representation

Nix Flake for Godot: Quick setup with integrated devShell

Awesome Lists containing this project

README

          

# 🎮 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:

```sh
curl -L https://nixos.org/nix/install | sh
```

## 📦 Installation

1. Clone the repository

First, clone this repository to your local machine using:

```sh
git clone
```

2. Enter the development shell

Navigate to the cloned repository and enter the development shell:

```sh
cd
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! 🎈

```