Skip to content

Resolve nixpkgs evaluation warnings and add flake.lock#69

Open
Luytan wants to merge 2 commits intohanebox:mainfrom
Luytan:nix-fix-evaluation-warning
Open

Resolve nixpkgs evaluation warnings and add flake.lock#69
Luytan wants to merge 2 commits intohanebox:mainfrom
Luytan:nix-fix-evaluation-warning

Conversation

@Luytan
Copy link

@Luytan Luytan commented Mar 14, 2026

Hello,
When evaluating this flake, it throws several evaluation warnings caused by deprecated xorg packages:

evaluation warning: The xorg package set has been deprecated, 'xorg.libxcb' has been renamed to 'libxcb'
evaluation warning: The xorg package set has been deprecated, 'xorg.libX11' has been renamed to 'libx11'
evaluation warning: The xorg package set has been deprecated, 'xorg.libXcursor' has been renamed to 'libxcursor'
evaluation warning: The xorg package set has been deprecated, 'xorg.libXrandr' has been renamed to 'libxrandr'
evaluation warning: The xorg package set has been deprecated, 'xorg.libXi' has been renamed to 'libxi'

This PR fixes this by renaming the xorg.* packages to their modern name

I also added a flake.lock file, which provide which provides exact reproducibility for Nix user

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant