You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: content/2019/14.md
+7
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,13 @@ Description: (TODO: QUOTE)
13
13
14
14
Trying out Nix on your aarch64 or i686 Android device is now easier than ever.
15
15
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
+
16
23
- Example news item title [with a link](http://example.com)
0 commit comments