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

Call for Content: 2020/08 #130

Merged
merged 9 commits into from Oct 12, 2020
Merged

Call for Content: 2020/08 #130

merged 9 commits into from Oct 12, 2020

Conversation

domenkozar
Copy link
Member

Hi all,

please add Nix news item in form of:

- [Example news item title](http://example.com)

  Optional item description.

preferably as a PR against master branch (or a comment below).

Thank you <3

@mt-caret
Copy link

mt-caret commented Aug 7, 2020

- [Working Through the Jepsen Tutorial with a NixOS Container Cluster](https://mt-caret.github.io/blog/posts/2020-08-07-jepsen-nixos-containers.html)

@talyz
Copy link

talyz commented Aug 7, 2020

- [fromElisp](https://github.com/talyz/fromElisp)
  An Emacs Lisp reader in Nix.

@adisbladis
Copy link
Member

adisbladis commented Aug 14, 2020

- [Developing Python with Poetry & Poetry2nix: Reproducible flexible Python environments](https://www.tweag.io/blog/2020-08-12-poetry2nix/)

@cript0nauta
Copy link

A tool made to adopt Nix in your Python project, and to contribute to Nixpkgs with package definitions.

@svanderburg
Copy link
Member

- [Experimenting with Nix and the service management properties of Docker](https://sandervanderburg.blogspot.com/2020/08/experimenting-with-nix-and-service.html)

Demonstrates how we can combine Nix and Docker in unorthodox ways -- we can replace traditional Docker images for dependency management by a shared Nix store, use Docker as a backend for my experimental [Nix process management framework](https://github.com/svanderburg/nix-processmgmt) and use Disnix as a simple orchestrator for Docker containers.

@marsam
Copy link

marsam commented Aug 23, 2020

- ["Cloud-like" Infrastructure at Home - Part 1: LoadBalancers on the Metal](https://cmacr.ae/post/2020-08-10-cloud-like-infra-at-home-part-1/)

- [The easiest way (I've found) to create your own Nix channel](https://lucperkins.dev/blog/nix-channel/)

- [caching your nix-shell](https://fzakaria.com/2020/08/11/caching-your-nix-shell.html)

- [Have you heard the good news about NixOS?](https://hamster.dance/blog/article/good-news-about-nixos/)

- [Oneshot systemd tasks on NixOS](https://fmnxl.com/blog/oneshot-systemd-tasks-on-nixos/)

- [A Tutorial Introduction to Nix](https://rgoswami.me/posts/ccon-tut-nix/)

- [Setting Up a Nix Binary Cache](https://fmnxl.com/blog/setting-up-nix-binary-cache/)

- [thoughts on NixOS](https://peppe.rs/posts/nixOS/)

- [Building and Importing NixOS AMIs on EC2](http://jackkelly.name/blog/archives/2020/08/30/building_and_importing_nixos_amis_on_ec2/)

- [Niv and Mach-Nix for Nix Python](https://rgoswami.me/posts/mach-nix-niv-python/)

- [10 unoffical NixOS packages worth checking out](https://blog.project-insanity.org/2020/09/24/10-unoffical-nixos-packages-worth-checking-out/)

- [Towards a content-addressed model for Nix](https://www.tweag.io/blog/2020-09-10-nix-cas/)

- [swift2nix: Run Swift inside Nix builds](https://euandre.org/2020/10/05/swift2nix-run-swift-inside-nix-builds.html)

- [cargo2nix: Dramatically simpler Rust inside Nix](https://euandre.org/2020/10/05/cargo2nix-dramatically-simpler-rust-in-nix.htmla)

- [Publishing Doxygen and Sphinx with Nix and Rake](https://rgoswami.me/posts/pub-doc-cpp-dox-sph-nix/)

- [Tailscale is magic; even more so with NixOS](https://fzakaria.com/2020/09/17/tailscale-is-magic-even-more-so-with-nixos.html)

- [Assigning unique IDs to services in Disnix deployment models](https://sandervanderburg.blogspot.com/2020/09/assigning-unique-ids-to-services-in.html)

- [nix-copy-closure your nix-shell](https://fzakaria.com/2020/09/28/nix-copy-closure-your-nix-shell.html)

- [Fully statically linked Haskell binaries with Bazel and Nix](https://www.tweag.io/blog/2020-09-30-bazel-static-haskell/)

- [Automated test on NixOS repository with Gitlab CI/CD](https://blog.project-insanity.org/2020/10/02/automated-test-on-nixos-repository-with-gitlab-ci-cd/)

@mlvzk
Copy link
Member

mlvzk commented Sep 1, 2020

- [Manix - Documentation Searcher for Nix](https://github.com/mlvzk/manix)

  A fast Documentation Searcher for Nix. It's database consists of Nixpkgs Documentation, Nixpkgs Comments, Nixpkgs Tree (pkgs., pkgs.lib.), NixOS Options and Home-Manager Options.

@Ericson2314
Copy link
Member

Ericson2314 commented Sep 9, 2020

 - [Nix × IPFS – Milestone 1](https://blog.ipfs.io/2020-09-08-nix-ipfs-milestone-1/)

   Notes and a tutorial for the first milestone of integrating Nix with IPFS.

@jonringer
Copy link
Contributor

jonringer commented Sep 9, 2020

- [20.09 Zero Hydra Failures has begun!](https://github.com/NixOS/nixpkgs/issues/97479)

  Help stabilize NixOS for the upcoming 20.09 Release

@tfmoraes
Copy link

tfmoraes commented Sep 11, 2020

- [Searching and installing old versions of Nix packages](https://lazamar.github.io/download-specific-package-version-with-nix/)

Installing older versions of packages in Nix is easy but currently there is no official way to find out what revision has the package version that I need.

@tfmoraes
Copy link

- [Local Nix without Root](https://rgoswami.me/posts/local-nix-no-root/)

Monkeying around with nix for HPC systems which have no root access and NFS filesystems.

@ajs124
Copy link
Member

ajs124 commented Sep 12, 2020

First preliminary release of bbb4nix, a way to run BigBlueButton on NixOS.

@sixhobbits
Copy link
Contributor

sixhobbits commented Sep 29, 2020

- [Nix x IPFS: Milestone 1](https://blog.ipfs.io/2020-09-08-nix-ipfs-milestone-1/)

Obsidian Systems is adding support for IPFS to Nix so that build products can be persisted to and fetched from IPFS. 

@domenkozar domenkozar merged commit 005cd8d into production Oct 12, 2020
@domenkozar
Copy link
Member Author

Thanks everyone!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet