Fix deprecation warning: 'system' renamed to 'stdenv.hostPlatform.system' #61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
During home-manager evaluation, the following warning appears:
Cause
In
flake.nix, the home manager module uses the deprecatedpkgs.systemattribute:Solution
Replace
pkgs.systemwithpkgs.stdenv.hostPlatform.system: