nix: replace pkgs.system with pkgs.stdenv.hostPlatform.system
evaluation warning: ‘system’ has been renamed to/replaced by ‘stdenv.hostPlatform.system’
This commit is contained in:
parent
7aa9f614da
commit
6e8e4b9fda
2 changed files with 5 additions and 4 deletions
|
|
@ -6,7 +6,7 @@
|
|||
environment.systemPackages = [
|
||||
pkgs.fastfetch
|
||||
pkgs.htop
|
||||
virtwl.packages.${pkgs.system}.proxy
|
||||
virtwl.packages.${pkgs.stdenv.hostPlatform.system}.proxy
|
||||
pkgs.wayland-utils
|
||||
pkgs.weston
|
||||
pkgs.waycheck
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue