Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 9f9734e

Browse files
authoredOct 31, 2019
Mention the big stdenv refactors in flight
CC @globin
1 parent 075242c commit 9f9734e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎content/2019/14.md

+7
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ Description: (TODO: QUOTE)
1313

1414
Trying out Nix on your aarch64 or i686 Android device is now easier than ever.
1515

16+
- Two big stdenv cleanups [Enable `__structuredAttrs`](https://github.com/NixOS/nixpkgs/pull/72074) and [treewide: `set -u` everywhere](https://github.com/NixOS/nixpkgs/pull/72347)
17+
18+
It's time to clean up stdenv!
19+
By making our code less fragile, we increase the budget for interesting features.
20+
There should be plenty of failures, but many of them independent so we can easily parallelize the work to fix.
21+
Please come pitch in!
22+
1623
- Example news item title [with a link](http://example.com)
1724

1825
Optional item description

0 commit comments

Comments
 (0)
This repository has been archived.