From 42ae1f4c689df7454c50684f219377c024a8506b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Fri, 10 Jan 2020 12:29:58 +0100 Subject: [PATCH 1/4] Call for Content: 2020/02 --- content/2020/02.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/2020/02.md diff --git a/content/2020/02.md b/content/2020/02.md new file mode 100644 index 0000000..0baca39 --- /dev/null +++ b/content/2020/02.md @@ -0,0 +1,19 @@ +Title: NixOS Weekly #02 +Date: 2020-(TODO: MM-DD) +Description: (TODO: QUOTE) + +# News + +- [Example news item title](http://example.com) + + Optional item description + + +# 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](https://github.com/NixOS/nixos-weekly/pulls) +for the next edition or look at the +[issue tracker](https://github.com/NixOS/nixos-weekly/issues) to add other improvements. + From 87521d1596183dbb556181a1d67187e9954a875a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Thu, 6 Feb 2020 11:10:52 +0100 Subject: [PATCH 2/4] Add 2020/02 --- content/2020/02-nixos-weekly-2020-02.md | 47 +++++++++++++++++++++++++ content/2020/02.md | 19 ---------- 2 files changed, 47 insertions(+), 19 deletions(-) create mode 100644 content/2020/02-nixos-weekly-2020-02.md delete mode 100644 content/2020/02.md diff --git a/content/2020/02-nixos-weekly-2020-02.md b/content/2020/02-nixos-weekly-2020-02.md new file mode 100644 index 0000000..08a3e76 --- /dev/null +++ b/content/2020/02-nixos-weekly-2020-02.md @@ -0,0 +1,47 @@ +Title: #02 - NixOS Weekly +Date: 2020-02-06 +Description: We are here to make another world - W. Edwards Deming + +# News + +- [nix-simple-deploy](https://github.com/misuzu/nix-simple-deploy) + + A Rust rewrite of unmaintained [nix-deploy](https://github.com/awakesecurity/nix-deploy). Any feedback appreciated! + +- [cached-nix-shell: Instant startup time for nix-shell](https://github.com/xzfc/cached-nix-shell) + + Caching layer for nix-shell featuring instant startup time on subsequent runs. + It supports NixOS and Linux. + +- [structured-attrs](https://nixos.mayflower.consulting/blog/2020/01/20/structured-attrs/) + + An explanation of __structuredAttrs in stdenv and why enabling it would be desirable. + +- [nix-bisect: Bisect Nix Builds](https://discourse.nixos.org/t/nix-bisect-bisect-nix-builds/5584/3) + + A small command-line tool and python library that makes bisecting nix builds much more convenient. + It prevents common pitfalls in simple cases and saves a lot of time in more complicated ones. + +- [Job: ShowSeeker is looiking for devops and SRE engineers](https://discourse.nixos.org/t/job-devops-engineer-and-sre-nixos-remote/5413/3) + +- [Cachix: CDN and double storage](https://blog.cachix.org/post/2020-01-28-cdn-and-double-storage/) + + Cachix infrastructure has been revamped to scale with recent + growth in traffic. + +- [NixOS: For developers](https://myme.no/posts/2020-01-26-nixos-for-development.html) + +- [Oslo NixOS MiniCon 2020](https://blog.hackeriet.no/oslo-nixos-minicon-2020/) + +- [Running NixOS on a consumer NAS](https://www.codedbearder.com/posts/nixos-terramaster-f2-221/) + +- [How I Work From Anywhere in the World](https://jezenthomas.com/how-i-work-from-anywhere-in-the-world/) + +# 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](https://github.com/NixOS/nixos-weekly/pulls) +for the next edition or look at the +[issue tracker](https://github.com/NixOS/nixos-weekly/issues) to add other improvements. + diff --git a/content/2020/02.md b/content/2020/02.md deleted file mode 100644 index 0baca39..0000000 --- a/content/2020/02.md +++ /dev/null @@ -1,19 +0,0 @@ -Title: NixOS Weekly #02 -Date: 2020-(TODO: MM-DD) -Description: (TODO: QUOTE) - -# News - -- [Example news item title](http://example.com) - - Optional item description - - -# 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](https://github.com/NixOS/nixos-weekly/pulls) -for the next edition or look at the -[issue tracker](https://github.com/NixOS/nixos-weekly/issues) to add other improvements. - From a54ed790fdce1e530999dd90cc02c43457a1a25c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Thu, 6 Feb 2020 11:16:51 +0100 Subject: [PATCH 3/4] template fix --- template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.md b/template.md index fc1385d..f5d35c8 100644 --- a/template.md +++ b/template.md @@ -1,4 +1,4 @@ -Title: NixOS Weekly #${nextissue} +Title: #${nextissue} - NixOS Weekly Date: ${year}-(TODO: MM-DD) Description: (TODO: QUOTE) From 761f8e572a9bbf35953145e611a60922f26eb37b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Thu, 6 Feb 2020 11:20:30 +0100 Subject: [PATCH 4/4] typo --- content/2020/02-nixos-weekly-2020-02.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2020/02-nixos-weekly-2020-02.md b/content/2020/02-nixos-weekly-2020-02.md index 08a3e76..74576ab 100644 --- a/content/2020/02-nixos-weekly-2020-02.md +++ b/content/2020/02-nixos-weekly-2020-02.md @@ -22,7 +22,7 @@ Description: We are here to make another world - W. Edwards Deming A small command-line tool and python library that makes bisecting nix builds much more convenient. It prevents common pitfalls in simple cases and saves a lot of time in more complicated ones. -- [Job: ShowSeeker is looiking for devops and SRE engineers](https://discourse.nixos.org/t/job-devops-engineer-and-sre-nixos-remote/5413/3) +- [Job: ShowSeeker is looking for DevOps and SRE engineers](https://discourse.nixos.org/t/job-devops-engineer-and-sre-nixos-remote/5413/3) - [Cachix: CDN and double storage](https://blog.cachix.org/post/2020-01-28-cdn-and-double-storage/)