nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 9 lines 164 B view raw
1{ godot3 }: 2 3godot3.overrideAttrs ( 4 self: base: { 5 pname = "godot3-headless"; 6 godotBuildDescription = "headless"; 7 godotBuildPlatform = "server"; 8 } 9)