9 lines
164 B
Nix
9 lines
164 B
Nix
{ godot3 }:
|
|
|
|
godot3.overrideAttrs (
|
|
self: base: {
|
|
pname = "godot3-headless";
|
|
godotBuildDescription = "headless";
|
|
godotBuildPlatform = "server";
|
|
}
|
|
)
|