Whattup y'all, your wine packages are incompatible with NixOS/nixpkgs#461324, throwing a
error: undefined variable 'ffmpegSupport'
at /nix/store/cnz5906lp2xivdv7v3ga494969is4cqb-source/pkgs/applications/emulators/wine/base.nix:191:26:
190| )
191| ++ lib.optionals ffmpegSupport [
| ^
192| pkgs.ffmpeg-headless
If anyone else hits this issue, allow nix-gaming to follow its own locked version of nixpkgs, like:
inputs.nix-gaming = {
url = "github:fufexan/nix-gaming";
# inputs.nixpkgs.follows = "nixpkgs"; <<--- Just comment out this boy right here
inputs.flake-parts.follows = "flake-parts";
};
Whattup y'all, your wine packages are incompatible with NixOS/nixpkgs#461324, throwing a
If anyone else hits this issue, allow nix-gaming to follow its own locked version of nixpkgs, like: