Explore >> Select a destination


You are here

drakerossman.com
| | github.com
1.3 parsecs away

Travel
| | Manage a user environment using Nix [maintainer=@rycee] - GitHub - nix-community/home-manager: Manage a user environment using Nix [maintainer=@rycee]
| | blog.dbalan.in
1.2 parsecs away

Travel
| | [AI summary] The post details the process of configuring a Mac using Nix and Nix-Darwin, including setting up system packages, managing Homebrew with Nix, and creating a declarative configuration for consistent development environments.
| | davi.sh
1.6 parsecs away

Travel
| | I recently got a new computer and am spending some time actually digging into Nix for managing dependencies. My main issue the last time I tried using Nix was how tough it was for me to wade through the documentation, so I was determined to try a different path this time. I started off with the very opinionated Zero to Nix tutorial series, which I thought was a great introduction. After learning about Nix and Flakes, and getting my website building locally with a nix-powered development environment court...
| | blog.thalheim.io
13.6 parsecs away

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