depot/third_party/nixpkgs/pkgs/development/tools/godot/3/headless.nix

8 lines
152 B
Nix
Raw Normal View History

{ godot3 }:
godot3.overrideAttrs (self: base: {
pname = "godot3-headless";
godotBuildDescription = "headless";
godotBuildPlatform = "server";
})