From 29ac67a6717898910fd467711e245f48974e35a2 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sat, 18 Jan 2025 19:31:21 +0100 Subject: [PATCH] Add declaration informations in nix code --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 096ef5f..1fa6a40 100644 --- a/README.md +++ b/README.md @@ -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.