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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixos-weekly
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 86eedf5942cf
Choose a base ref
...
head repository: NixOS/nixos-weekly
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 024fe0807519
Choose a head ref
  • 7 commits
  • 2 files changed
  • 3 contributors

Commits on Sep 4, 2019

  1. Call for Content: 2019/13

    domenkozar committed Sep 4, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    kampka Christian Kampka
    Copy the full SHA
    a0c335e View commit details
  2. weekly 12: update Yants link to point at actual repository

    So much time passed between the entry submission and the publication
    that the original Gist link is now sort of outdated, it's still up but
    people should instead be pointed at this repository.
    tazjin committed Sep 4, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    kampka Christian Kampka
    Copy the full SHA
    579fa0f View commit details
  3. Merge pull request #100 from tazjin/master

    weekly 12: update Yants link to point at actual repository
    domenkozar authored Sep 4, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    eab8fd3 View commit details
  4. Copy the full SHA
    6444da2 View commit details

Commits on Sep 5, 2019

  1. Merge pull request #101 from vaibhavsagar/vs-industrial-strength-depl…

    …oyments
    
    weekly 13: add industrial-strength deployments blog post
    domenkozar authored Sep 5, 2019
    Copy the full SHA
    d1e6661 View commit details

Commits on Oct 10, 2019

  1. Add 2019/13

    domenkozar committed Oct 10, 2019
    Copy the full SHA
    72ccd5d View commit details
  2. Merge pull request #99 from NixOS/master

    Call for Content: 2019/13
    domenkozar authored Oct 10, 2019
    Copy the full SHA
    024fe08 View commit details
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ Description: No act of kindness, no matter how small, is ever wasted. - Aesop

Serokell is looking for remote full-time Nix SREs.

- [Yants - Yet Another Nix Type System](https://gist.github.com/tazjin/ad6d48bc2416335acc5da4a197eb9ddc)
- [Yants - Yet Another Nix Type System](https://github.com/tazjin/yants)

Yants is a small runtime type-checker for Nix that can check primitives (`int`, `string`, etc.) ,
simple polymorphic types (`option`, `list`, `attrs`), structs/records, enums, functions and more.
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
Title: #13 - NixOS 19.09 release, cache.nixos.org improvements, github actions for Nix, a number of talks
Date: 2019-10-10
Description: Adopting the right attitude can convert a negative stress into a positive one - Hans Selye

# News

- [NixOS 19.09 released](https://discourse.nixos.org/t/nixos-19-09-release/4306)

- [ociTools in NixOS](https://spacekookie.de/blog/ocitools-in-nixos/)

Katharina explains her recently merged Open Container Initiative support in NixOS.

- [Industrial-strength Deployments in Three Commands](https://vaibhavsagar.com/blog/2019/08/22/industrial-strength-deployments/)

Vaibhav demonstrates how NixOps works by implementing a small deploy script from scratch.

- [nix-emacs-ci](https://github.com/purcell/nix-emacs-ci)

Emacs installations for continuous integration

- [Setting up a Custom Nix Channel](https://savanni.luminescent-dreams.com/2019/09/13/nix-channel/)

- [How to put your /nix directory on a separate device](https://cs-syd.eu/posts/2019-09-14-nix-on-seperate-device)

- [Strange Loop 2019: "Functional DevOps in a Dysfunctional World" by Vaibhav Sagar](https://www.youtube.com/watch?v=baTsrF9_zi0)

- [NixOS binary cache improvements](https://www.notion.so/Cache-Work-db97de6ab19b4d7ab9f4a60cb4cdaaf0)

- [Mobile NixOS Development Log (2)](https://samuel.dionne-riel.com/blog/2019/09/25/mobile-nixos-development-log-2.html)

- [All Systems Go!: "Purely Functional Package Management" by Franz Pletz](https://www.youtube.com/watch?v=OhBsUPRHIKI)

- [Post-mortem on recent Cachix downtime](https://blog.hercules-ci.com/2019/09/30/recent-cachix-downtime/)

On 6th of September, Cachix experienced 3 hours of downtime.

We’d like to let you know exactly what happened and what measures we have taken to prevent such an event from happening in the future.

- [Cachix & Nix Install actions for GitHub](https://discourse.nixos.org/t/cachix-nix-install-actions-for-github/4242)

Start using GitHub Actions with Nix&Cachix with a simple snippet of YAML.

- [Hercules CI Agent 0.5.0 with Terraform support and simpler configuration](https://blog.hercules-ci.com/2019/10/07/agent-0.5.0-more-terraform-less-configuration/)

Hercules CI Agent can now be deployed with terraform with only a few steps.

- [RFC 0052 FCP, Away from static IDs](https://github.com/NixOS/rfcs/pull/52)

The Final Comment Period for RFC 0052 has started and, barring any blocking issues, will be merged
after 2019-10-18. Your opinions, comments, and approvals are welcome!

- [Tekton Pipelines - the Nix way](https://lewo.abesis.fr/posts/2019-09-30-tekton-pipelines-the-nix-way.html)

Building Docker images from Nix expressions in a Kubernetes cluster with the Tekton Pipeline project.

# 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.