mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 22:29:51 +00:00
nix-info: use stdenv.hostPlatform.system
`pkgs.system` is an alias since 4246d6ce21
.
This commit is contained in:
parent
857507f690
commit
899f2d8b7f
@ -70,7 +70,7 @@ nixev() {
|
||||
}
|
||||
|
||||
desc_system() {
|
||||
nixev '(import <nixpkgs> {}).system'
|
||||
nixev '(import <nixpkgs> {}).stdenv.hostPlatform.system'
|
||||
}
|
||||
|
||||
desc_host_os() {
|
||||
|
Loading…
Reference in New Issue
Block a user