|
You are here |
fzakaria.com | ||
| | | | |
johns.codes
|
|
| | | | | Reproducible dev environments and builds with Nix | |
| | | | |
blog.thalheim.io
|
|
| | | | | In this article, I will explain how to perform full integration tests with flakes outside nixpkgs. With NixOS testing framework, you can create end-to-end integration tests easily. It all comes down to starting a virtual machine based on your custom modules and testing its state with a Python script. This way, you can identify in advance all the regressions and incompatible configurations arising from the updates you introduced. One of the framework's upsides is that it's extremely fast - maybe the faste... | |
| | | | |
kalbas.it
|
|
| | | | | We use Nix, a reproducible package manager, to provide a fixed environment with Hugo and the Hugo theme we want to use. This method does not require us to copy the theme into our repository or to add it as a submodule. | |
| | | | |
citizen428.net
|
|
| | | The process of installing NixOS on a Raspberry Pi 3 is pretty straightforward, as they are fully supported upstream. However, the documentation is somewhat spread out and occasionally a bit outdated and/or confusing, so I thought it may be worthwhile to summarize my recent experience. Download an image from Hydra, NixOS CI tool. For the Pi 3 youll use an AArch 64 image of the latest release (currently 20.03), which can be found here. | ||