|
You are here |
fzakaria.com | ||
| | | | |
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... | |
| | | | |
hugosum.com
|
|
| | | | | In this post, I will show you how to synchronize version of inputs across Nix flake with `nix registry` and proxy flakes, and talk about their limitations. | |
| | | | |
msfjarvis.dev
|
|
| | | | | Quick how-to for writing ad-hoc checks for your own Nix Flakes | |
| | | | |
blog.arkadi.one
|
|
| | | As I fall down the NixOS rabbit hole, this is a reference page for me. This is base install of GNOME NixOS from my Acer laptop. # Edit this configuration file to define what should be installed on # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running 'nixos-help'). { config, pkgs, ... }: { imports = [ # Include the results of the hardware scan. | ||