about summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-01-08 23:18:53 +0200
committerArtturin <Artturin@artturin.com>2023-01-09 05:24:56 +0200
commitecab3edeb79a5257974d24acd04e5c9b3c245e6c (patch)
tree6e1a8cc693f2faa85d5e9c9f7569a78b10d15331 /pkgs/top-level/aliases.nix
parenta518c77148585023ff56022f09c4b2c418a51ef5 (diff)
top-level: move top-level {build,host,target}Platform to aliases
deprecation was attempted in e51f736076548459f36a1250de4bf6867f880b66

but had to be reverted in 2a6e4ae49a891adc7c0562fda08b17d60beb1b4f
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index 6e7595ea65674..4d7a9e3a0d85a 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -1764,6 +1764,7 @@ mapAliases ({
   zyn-fusion = zynaddsubfx; # Added 2022-08-05
 
   inherit (stdenv.hostPlatform) system; # Added 2021-10-22
+  inherit (stdenv) buildPlatform hostPlatform targetPlatform; # Added 2023-01-09
 
   # LLVM packages for (integration) testing that should not be used inside Nixpkgs:
   llvmPackages_git = recurseIntoAttrs (callPackage ../development/compilers/llvm/git {