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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
152 B
Nix
Raw Normal View History

{ godot3 }:
2020-08-22 15:39:26 +00:00
godot3.overrideAttrs (self: base: {
pname = "godot3-headless";
godotBuildDescription = "headless";
godotBuildPlatform = "server";
2020-08-22 15:39:26 +00:00
})