mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 23:03:41 +00:00
7 lines
56 B
Nix
7 lines
56 B
Nix
|
{
|
||
|
godot_4,
|
||
|
}:
|
||
|
godot_4.override {
|
||
|
withMono = true;
|
||
|
}
|