Add declaration informations in nix code

This commit is contained in:
Florian RICHER 2025-01-18 19:31:21 +01:00
parent 2fc5ff7314
commit 29ac67a671
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77

View file

@ -3,8 +3,12 @@
Project used to declare wine configuration to help developer to find the problem
Usefull links
- https://bugs.winehq.org/show_bug.cgi?id=56654
- https://github.com/fufexan/nix-gaming/blob/master/pkgs/star-citizen/default.nix
- https://bugs.winehq.org/show_bug.cgi?id=56654 (Bug url)
- https://github.com/fufexan/nix-gaming/blob/master/pkgs/star-citizen/default.nix (Example)
- https://github.com/NixOS/nixpkgs/blob/d37c24666dc05cdf1e9b76ea4437e3f222c7f944/pkgs/applications/emulators/wine/sources.nix (Wine sources used)
- https://github.com/NixOS/nixpkgs/blob/d37c24666dc05cdf1e9b76ea4437e3f222c7f944/pkgs/applications/emulators/wine/base.nix (Package build details)
- https://github.com/NixOS/nixpkgs/blob/d37c24666dc05cdf1e9b76ea4437e3f222c7f944/pkgs/applications/emulators/wine/packages.nix (Packages version list)
- https://github.com/NixOS/nixpkgs/blob/d37c24666dc05cdf1e9b76ea4437e3f222c7f944/pkgs/top-level/wine-packages.nix (Module enabled)
**Requirements:** Nix installed see https://nixos.org/download/
> Otherwise, you can see flake.nix file to known how configure you're env.