lol

nixVersions.nixComponents_git.nix-functional-tests: disable two tests broken because of the state of staging -> master

+8
+8
pkgs/tools/package-management/nix/modular/tests/functional/package.nix
··· 15 15 nix-store, 16 16 nix-expr, 17 17 nix-cli, 18 + toml11, 18 19 19 20 busybox-sandbox-shell ? null, 20 21 ··· 70 71 '' 71 72 cd $(readlink -e $PWD) 72 73 echo $PWD | grep tests/functional 74 + ''; 75 + 76 + # `toml11` upgrade causes these to fail in 2.32+: https://github.com/NixOS/nixpkgs/pull/442682 77 + # Remove when that PR lands in master. 78 + ${if lib.versionAtLeast (lib.versions.majorMinor version) "2.32" then "preCheck" else null} = 79 + lib.optionalString (lib.versionOlder toml11.version "4.0") '' 80 + rm -f ../lang/eval-fail-fromTOML-{over,under}flow* 73 81 ''; 74 82 75 83 mesonCheckFlags = [