Skip to content

Quoteme/nixos-godot-bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NixOS Godot Binaries

Official Godot binary packages for NixOS

Getting Started

The simplest way to use these packages are to use the overlay. In your configuration.nix:

let  
  nixosGodot = fetchGit {
    url = "https://github.com/sgillespie/nixos-godot-bin.git";
  };
in

nixpkgs.overlays = nixpkgs.overlays ++ [(import "${nixosGodot}/overlay.nix)"]

# <-- Snip -->
environment.systemPackages = with pkgs; [
  godotBin
  godotMonoBin
  godotHeadlessBin
]

About

An overlay for Godot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 100.0%