godot flake template with devshell by a nixos beginner
Note
src is based on forward+ until i can figure out how to improve renderer selection. you can delete src/ and make your own if you want
- dev env
- project renderer selection (forward+, mobile, compatibility)
- godot version pinning (with rc and dev support)
- formating and linting before commit
- CI for windows, linux, android and possibly macos builds
first run (in a new folder for your project)
nix flake init -t github:acos-s/godot-flakethen if you prefer to stay in the shell
nix develop
godotor if you want to just run godot
nix develop -c godot