nix-info: use stdenv.hostPlatform.system

`pkgs.system` is an alias since 4246d6ce21.
This commit is contained in:
zowoq 2021-11-14 09:09:18 +10:00
parent 857507f690
commit 899f2d8b7f

View File

@ -70,7 +70,7 @@ nixev() {
}
desc_system() {
nixev '(import <nixpkgs> {}).system'
nixev '(import <nixpkgs> {}).stdenv.hostPlatform.system'
}
desc_host_os() {