mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
stdenv: Add platforms
This commit is contained in:
parent
ad371aaef9
commit
ff9491917f
1 changed files with 4 additions and 1 deletions
|
@ -274,7 +274,10 @@ let
|
|||
|
||||
// rec {
|
||||
|
||||
meta.description = "The default build environment for Unix packages in Nixpkgs";
|
||||
meta = {
|
||||
description = "The default build environment for Unix packages in Nixpkgs";
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
|
||||
# Utility flags to test the type of platform.
|
||||
isDarwin = system == "x86_64-darwin";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue