treewide: re-enable godot tests

This commit is contained in:
Gaetan Lepage 2025-04-24 09:29:39 +02:00
parent 57b21234ce
commit 991f3c8709
2 changed files with 2 additions and 11 deletions

View file

@ -5,10 +5,6 @@
}:
let
disabledDeps = [
# TODO: 2025-04-20: build failure of godot_4
# https://github.com/NixOS/nixpkgs/issues/399818
# https://github.com/NixOS/nixpkgs/pull/400347
"godot"
];
inherit (pkgs.stdenv) hostPlatform;