mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 15:23:26 +00:00
8 lines
193 B
Nix
8 lines
193 B
Nix
{ godot3-mono-debug-server }:
|
|
|
|
godot3-mono-debug-server.overrideAttrs (self: base: {
|
|
pname = "godot3-mono-server";
|
|
godotBuildDescription = "mono server";
|
|
godotBuildTarget = "release";
|
|
})
|