You are here |
msfjarvis.dev | ||
| | | |
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. | |
| | | |
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... | |
| | | |
lyte.dev
|
|
| | | | Hi! I'm Daniel. I live in Kansas City where I help run a small Christian church, raise three boys with my awesome wife, and write software. | |
| | | |
ianthehenry.com
|
|
| | Okay. In the last post I got sort of an introduction to flakes, and I even wrote a flake, but I didn't learn how to... do anything with flakes. My flake provided an overlay, but I have no idea how to make my Nixpkgs actually use that overlay. I have no idea what "my Nixpkgs" even means anymore. My channel? My flake? Everything I've learned about Nix has been turned upside down. But presumably if we keep reading, these blog posts will explain how to actually put them to use. |