/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

hugosum.com
| | ed-thomas.dev
1.5 parsecs away

Travel
| | Ed Thomas - Developer, writer, and technology enthusiast
| | davi.sh
1.5 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...
| | stephank.nl
1.5 parsecs away

Travel
| | [AI summary] The article details a complex technical workflow for packaging private PHP projects with Nix flakes, specifically solving integration challenges with private Composer repositories.
| | blog.arkadi.one
10.4 parsecs away

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