Fundament-Software / scopes

Fundament fork of the Scopes language
Other
3 stars 1 forks source link

flake: nixpkgs nixos-21.11 -> nixos-22.11 #16

Closed LunNova closed 1 year ago

LunNova commented 1 year ago
• Updated input 'nixpkgs':
    'github:nixos/nixpkgs/a3917caedfead19f853aa5769de4c3ea4e4db584' (2022-04-26)
  → 'github:nixos/nixpkgs/cdead16a444a3e5de7bc9b0af8e198b11bb01804' (2023-01-20)

The nixpkgs here is pinned to NixOS 21.11, I'm bumping it to 22.11.

The feathergui flake is following the scopes nixpkgs input and the older libglvnd in 21.11 nixpkgs is buggy on some systems and will make GL init fail. Since it follows this repo I figured I should bump it here.

See this support thread for more details.

nix flake check / unit tests seem happy but I haven't tested further.

This could cause issues with flakes which depend on this and I have not tested them all. As an example, feather's sail dep fails to build after the bump without https://github.com/HappySeaFox/sail/pull/187 as nixpkgs's cmake hooks became more strict about producing valid pkg-config files.