mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
reewide: Purge all uses stdenv.system
and top-level system
It is deprecated and will be removed after 18.09.
This commit is contained in:
parent
94f71d800d
commit
2c2f1e37d4
263 changed files with 594 additions and 577 deletions
|
@ -22,7 +22,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
assertions = [ {
|
||||
assertion = pkgs.stdenv.isi686 || pkgs.stdenv.isx86_64;
|
||||
message = "VMWare guest is not currently supported on ${pkgs.stdenv.system}";
|
||||
message = "VMWare guest is not currently supported on ${pkgs.stdenv.hostPlatform.system}";
|
||||
} ];
|
||||
|
||||
environment.systemPackages = [ open-vm-tools ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue