Skip to content

Update nixpkgs revision and replace obsolete variables - #52

Open
Nanamiiiii wants to merge 3 commits into
dnut:masterfrom
Nanamiiiii:master
Open

Update nixpkgs revision and replace obsolete variables#52
Nanamiiiii wants to merge 3 commits into
dnut:masterfrom
Nanamiiiii:master

Conversation

@Nanamiiiii

Copy link
Copy Markdown

pkgs.system is now dropped, and replacing it with pkgs.stdenv.hostPlatform.system is recommended.
xorg.libxcb is renamed to libxcb.

The following warning appears while evaluating with a recent nixpkgs revision (e.g., using inputs.nixpkgs.follows):

evaluation warning: 'system' has been renamed to/replaced by 'stdenv.hostPlatform.system'
evaluation warning: The xorg package set has been deprecated, 'xorg.libxcb' has been renamed to 'libxcb'

This PR suppresses them.

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