diff --git a/home-manager/development/games.nix b/home-manager/development/games.nix index f6273fc..b3dace4 100644 --- a/home-manager/development/games.nix +++ b/home-manager/development/games.nix @@ -3,15 +3,6 @@ { home.packages = with pkgs;[ jetbrains.rider - # Remove when https://github.com/NixOS/nixpkgs/issues/393332 resolved (likely when 25.05 is out) godot-mono - # (symlinkJoin { - # name = "godot-mono"; - # paths = [ inputs.nixpkgs-unstable.legacyPackages."${pkgs.system}".godot-mono ]; - # buildInputs = [ makeWrapper ]; - # postBuild = '' - # wrapProgram $out/bin/godot4-mono --set DOTNET_SYSTEM_GLOBALIZATION_INVARIANT 1 - # ''; - # }) ]; }