The store path is a file and can't be merged into an environment using pkgs.buildEnv!

This occurs when I attempt a rebuild after updating flake inputs. I couldn’t find a related issue on Github or elsewhere on the web. It isn’t clear to me what is causing this. Is it something I can resolve, or do I need to wait for a nixpkgs pull request? Running nix log doesn’t show more information than what’s below.

error: builder for '/nix/store/qgx8k506rc7041warxjy4djq1prgfbj4-system-path.drv' failed with exit code 2;
       last 1 log lines:
       > error: The store path /nix/store/ij3gw72f4n5z4dz6nnzl1731p9kmjbwr-empty-file is a file and can't be merged into an environment using pkgs.buildEnv! at /nix/store/f07c36icxwf7pcfxmlb9as8bkw6624zy-builder.pl line 122.
       For full logs, run 'nix log /nix/store/qgx8k506rc7041warxjy4djq1prgfbj4-system-path.drv'.
error: 1 dependencies of derivation '/nix/store/3iz5n5m45aamdakxpsxvz34d9ssy6j6r-X-Restart-Triggers-polkit.drv' failed to build
error: 1 dependencies of derivation '/nix/store/yjk7znfl53kd1nwv1qc2rv964ry9q26i-dbus-1.drv' failed to build
error: 1 dependencies of derivation '/nix/store/pn9dbaf981kaddvj6qpwwpi03fwkih8c-X-Restart-Triggers-dbus.drv' failed to build
error: 1 dependencies of derivation '/nix/store/9vh7c8vbzjy1dj36z8qlhkxin450kcp3-unit-polkit.service.drv' failed to build
error: 1 dependencies of derivation '/nix/store/7g59y55ic9psls81pl3jdjjz1yikc99g-unit-dbus.service.drv' failed to build
error: 1 dependencies of derivation '/nix/store/s2idxca3alsk4rv9kdycfc0lhs6mwgs3-unit-dbus.service.drv' failed to build
error: 2 dependencies of derivation '/nix/store/w1rww3a7r7dssfkghsbnmcmswxqqknd6-system-units.drv' failed to build
error: 1 dependencies of derivation '/nix/store/hca1c237mhngicf6sak7knw9hcibrbyl-user-units.drv' failed to build
error: 4 dependencies of derivation '/nix/store/f919qhblxnp5zc37lj6lp30nkkp5471y-etc.drv' failed to build
error: 2 dependencies of derivation '/nix/store/1lyjdvgz7hrgbayvgshq963pxp7q6vpp-nixos-system-naiad-24.05.20240321.20f77aa.drv' failed to build
 - system: `"x86_64-linux"`
 - host os: `Linux 6.7.9-xanmod1, NixOS, 24.05 (Uakari), 24.05.20240314.d691274`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.21.0`
 - nixpkgs: `/nix/store/9mf8fkjw3vw1gm4s6j5fqlwrv5wf2knf-source`

Do you use nix-gaming anywhere? (GitHub - fufexan/nix-gaming: Gaming on Nix)
I had the same error and apparently the proton-ge package provided by that flake has been renamed to proton-ge-bin (shoutout to Fufexan for helping me out)