Skip to content

goatchurchprime/ngodot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nix-godot-android

A nix flake that wrap Godot with the Android runtime and Gradle (VR ready).

usage

Create a file flake.nix at the root of your project, you can then enter the development environment using nix develop.

{
  description = "Example usage of nix-godot-android";
  inputs.nix-godot-android.url = "github:jahkosha/nix-godot-android";
  inputs.nixpkgs.url = "nixpkgs/nixos-unstable";

  outputs = { self, nixpkgs, nix-godot-android }: {
    devShells.x86_64-linux.default = nix-godot-android.devShells.x86_64-linux.default;
  };
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages