c7f94ff3ce
GitOrigin-RevId: b85ed9dcbf187b909ef7964774f8847d554fab3b
7 lines
152 B
Nix
7 lines
152 B
Nix
{ godot3 }:
|
|
|
|
godot3.overrideAttrs (self: base: {
|
|
pname = "godot3-headless";
|
|
godotBuildDescription = "headless";
|
|
godotBuildPlatform = "server";
|
|
})
|