From 75bbbbd39b15341bb54197db321ea37fc6e25b4b Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Sun, 23 Apr 2023 21:32:40 -0700 Subject: [PATCH] remove trailing whitespace --- doc/stdenv/meta.chapter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/stdenv/meta.chapter.md b/doc/stdenv/meta.chapter.md index 1ce44a9065fe..30bfb392c93d 100644 --- a/doc/stdenv/meta.chapter.md +++ b/doc/stdenv/meta.chapter.md @@ -185,7 +185,7 @@ meta.hydraPlatforms = []; If set to `true`, the package is marked as "broken", meaning that it won’t show up in [search.nixos.org](https://search.nixos.org/packages), and cannot be built or installed unless the environment variable [`NIXPKGS_ALLOW_BROKEN`](#opt-allowBroken) is set. Such unconditionally-broken packages should be removed from Nixpkgs eventually unless they are fixed. -The value of this attribute can depend on a package's arguments, including `stdenv`. +The value of this attribute can depend on a package's arguments, including `stdenv`. This means that `broken` can be used to express constraints, for example: - Does not cross compile