diff --git a/modules/chataigne/chataigne.nix b/modules/chataigne/chataigne.nix index be92a9d..1a15fb2 100644 --- a/modules/chataigne/chataigne.nix +++ b/modules/chataigne/chataigne.nix @@ -6,19 +6,19 @@ let # 2a. Libraries pulled from the modern, current Nixpkgs (for small size). modernLibs = with pkgs; [ - alsa-lib freetype - avahi - libglvnd - curl - SDL2 - hidapi - libXrandr + libxrandr ]; # 2b. Libraries pulled from the older, pinned package set (ONLY the ones that failed). pinnedCurlLibs = with pinnedPkgs; [ curlWithGnuTls # This is the critical component for the CURL_GNUTLS_3 symbol. + alsa-lib + avahi + libglvnd + SDL2 + hidapi + curl gnutls ]; diff --git a/modules/chataigne/flake.lock b/modules/chataigne/flake.lock new file mode 100644 index 0000000..d9cf7b1 --- /dev/null +++ b/modules/chataigne/flake.lock @@ -0,0 +1,45 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1773122722, + "narHash": "sha256-FIqHByVqxCprNjor1NqF80F2QQoiiyqanNNefdlvOg4=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "62dc67aa6a52b4364dd75994ec00b51fbf474e50", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "pinned-nixpkgs": { + "flake": false, + "locked": { + "lastModified": 1708756934, + "narHash": "sha256-WqpheJblJ901Svd5NmLJYLmZ3f4fYLkSOyx9i06+un0=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "5171d7b0a9fbaaf216c873622eb5115b6db97957", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "5171d7b0a9fbaaf216c873622eb5115b6db97957", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs", + "pinned-nixpkgs": "pinned-nixpkgs" + } + } + }, + "root": "root", + "version": 7 +}