From a8722a4e93566b8580ab94a1a923d8a3f5a1237f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 22 Aug 2018 09:43:55 +0100 Subject: [PATCH 1/2] Add 2018/08 draft --- content/2018/08.rst | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 content/2018/08.rst diff --git a/content/2018/08.rst b/content/2018/08.rst new file mode 100644 index 0000000..89e968a --- /dev/null +++ b/content/2018/08.rst @@ -0,0 +1,29 @@ +#(TODO: NUM) - (TODO: title) +############################ + +:date: (TODO: DATE in YYYY-MM-DD format) +:description: (TODO: QUOTE) + + +News +==== + +.. - Example news item title `with link`_ +.. +.. News item description +.. +.. .. _`with link`: http://example.com + + + + +Contribute to NixOS Weekly Newsletter +===================================== + +This work would not be possible without the many contributions of the community. + +You can help too! Create or comment on the `pull request`_ for the next edition +or look at the `issue tracker`_ to add other improvements. + +.. _`pull request`: https://github.com/NixOS/nixos-weekly/pulls +.. _`issue tracker`: https://github.com/NixOS/nixos-weekly/issues From 85ae3fff846cf3f4cbc0e2f214111aa56ad31357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 5 Sep 2018 09:22:20 +0100 Subject: [PATCH 2/2] Add 2018/08 --- ...xos-1809-beta-new-installer-bootloader.rst | 91 +++++++++++++++++++ content/2018/08.rst | 29 ------ 2 files changed, 91 insertions(+), 29 deletions(-) create mode 100644 content/2018/08-nix-21-nixos-1809-beta-new-installer-bootloader.rst delete mode 100644 content/2018/08.rst diff --git a/content/2018/08-nix-21-nixos-1809-beta-new-installer-bootloader.rst b/content/2018/08-nix-21-nixos-1809-beta-new-installer-bootloader.rst new file mode 100644 index 0000000..6b8b67a --- /dev/null +++ b/content/2018/08-nix-21-nixos-1809-beta-new-installer-bootloader.rst @@ -0,0 +1,91 @@ +#08 - Nix 2.1, NixOS 18.09 beta, new installer bootloader +######################################################### + +:date: 2018-09-05 +:description: The free sharing and teaching of open source is incompatible with the notion of the solitary genius. + + + +News +==== + +.. - Example news item title `with link`_ +.. +.. News item description +.. +.. .. _`with link`: http://example.com + + +- `Nix overlay to program and use a tomu U2F token`_ + +.. _`Nix overlay to program and use a tomu U2F token`: https://github.com/teh/tomu-u2f-overlay + +- `#33686: New installer bootloader`_ + + Updates the bootloader, + shedding one of the few remaining old logos, while also adding + new features. Mainly, HiDPI options under a new sub-menu, + allowing modesetting the console to a readable size! + +.. _`#33686: New installer bootloader`: https://github.com/NixOS/nixpkgs/pull/33686 + + +- `RFC 32: Tweak the process of executing phases in the stdenv for better nix-shell UX`_ + + A proposal for making it easier to manually run phases of a build inside a nix-shell. + +.. _`RFC 32: Tweak the process of executing phases in the stdenv for better nix-shell UX`: https://github.com/NixOS/rfcs/pull/32 + +- `Real-time audio in NixOS`_ + +.. _`Real-time audio in NixOS`: https://github.com/musnix/musnix + + +- `Bootstrap a zfs-on-root NixOS installation using only one command with Themelios`_ + + Themelios automates the entire installation process of a NixOS zfs-on-root system + using any NixOS livedisk with an internet connection and your git repository. + Themelios is flexible with many configuration options and allows for unique, + per-machine customization. + +.. _`Bootstrap a zfs-on-root NixOS installation using only one command with Themelios`: https://github.com/a-schaefers/themelios + + +- `Nix 2.1 released`_ + + Installer defaulting to single user, multi user support for Linux, + constant memory streaming of NAR files and more. + +.. _`Nix 2.1 released`: https://discourse.nixos.org/t/nix-2-1-released/875 + + +- `Zero Hydra Failures for 18.09`_ + + Excellent opportunity to join the community get build failures down to zero. + +.. _`Zero Hydra Failures for 18.09`: https://github.com/NixOS/nixpkgs/issues/45960 + + +- `19.03 to be called Koi`_ + +.. _`19.03 to be called Koi`: https://github.com/NixOS/nixpkgs/commit/e144899b7492d8fdc48c685516347ba7788245a5#diff-09da2f18ff6731224a67af7f0081d111R6 + + +- `Recent Cachix downtime`_ + + A dive into what went wrong in recent ~2h downtime and steps taken to prevent it + from happening again. + +.. _`Recent Cachix downtime`: https://domenkozar.com/2018/09/04/recent-cachix-downtime/ + + +Contribute to NixOS Weekly Newsletter +===================================== + +This work would not be possible without the many contributions of the community. + +You can help too! Create or comment on the `pull request`_ for the next edition +or look at the `issue tracker`_ to add other improvements. + +.. _`pull request`: https://github.com/NixOS/nixos-weekly/pulls +.. _`issue tracker`: https://github.com/NixOS/nixos-weekly/issues diff --git a/content/2018/08.rst b/content/2018/08.rst deleted file mode 100644 index 89e968a..0000000 --- a/content/2018/08.rst +++ /dev/null @@ -1,29 +0,0 @@ -#(TODO: NUM) - (TODO: title) -############################ - -:date: (TODO: DATE in YYYY-MM-DD format) -:description: (TODO: QUOTE) - - -News -==== - -.. - Example news item title `with link`_ -.. -.. News item description -.. -.. .. _`with link`: http://example.com - - - - -Contribute to NixOS Weekly Newsletter -===================================== - -This work would not be possible without the many contributions of the community. - -You can help too! Create or comment on the `pull request`_ for the next edition -or look at the `issue tracker`_ to add other improvements. - -.. _`pull request`: https://github.com/NixOS/nixos-weekly/pulls -.. _`issue tracker`: https://github.com/NixOS/nixos-weekly/issues