aliases: add pkgs.system
This is an old compat definition for stdenv.hostPlatform.system
This commit is contained in:
@@ -1246,4 +1246,6 @@ mapAliases ({
|
||||
targetLlvmLibraries = targetPackages.llvmPackages_git.libraries;
|
||||
});
|
||||
|
||||
inherit (stdenv.hostPlatform) system; # added 2021-10-22
|
||||
|
||||
})
|
||||
|
||||
@@ -116,7 +116,6 @@ let
|
||||
inherit (super.stdenv) buildPlatform hostPlatform targetPlatform;
|
||||
in {
|
||||
inherit buildPlatform hostPlatform targetPlatform;
|
||||
inherit (hostPlatform) system;
|
||||
};
|
||||
|
||||
splice = self: super: import ./splice.nix lib self (adjacentPackages != null);
|
||||
|
||||
Reference in New Issue
Block a user