fix: use stdenv.hostPlatform.system instead of deprecated pkgs.system #63

Open
kfickel wants to merge 1 commit from fix/pkgs-system-deprecation into main
Owner

nixpkgs now emits evaluation warning: 'system' has been renamed to/replaced by 'stdenv.hostPlatform.system' for the legacy pkgs.system alias. This swaps the use in nix/hm-module.nix to pkgs.stdenv.hostPlatform.system.

nixpkgs now emits `evaluation warning: 'system' has been renamed to/replaced by 'stdenv.hostPlatform.system'` for the legacy `pkgs.system` alias. This swaps the use in `nix/hm-module.nix` to `pkgs.stdenv.hostPlatform.system`.
fix: use stdenv.hostPlatform.system instead of deprecated pkgs.system
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 2m19s
Continuous Integration / Build Package (push) Successful in 7s
e5c80c1e60
nixpkgs now emits an evaluation warning for the legacy pkgs.system
alias in favor of pkgs.stdenv.hostPlatform.system.
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 2m19s
Required
Details
Continuous Integration / Build Package (push) Successful in 7s
Required
Details
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fix/pkgs-system-deprecation:fix/pkgs-system-deprecation
git switch fix/pkgs-system-deprecation
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kfickel/hokusai!63
No description provided.