Explore >> Select a destination


You are here

johns.codes
| | mrcat.au
1.2 parsecs away

Travel
| | I kinda wanted to do something with polystrip, my graphics library, so I thought why not do everything at once? Making a Shadertoy clone gives me a nice excuse to do a number of things, including registering a subdomain, learning how to make a Webassembly project with Rust, tricking myself into working on polystrip even though motivation is very low at the moment, and figuring out the Nix package manager (specifically flakes and dev environments). It's the perfect project!
| | blog.ysndr.de
1.0 parsecs away

Travel
| | Migrating to Nix Flakes, why, how and what are Flakes in the first place
| | tonyfinn.com
1.0 parsecs away

Travel
| | Nix Flakes can be used for more than just package definitions. This post covers how you can define a development environment in a Nix flake.
| | blog.arkadi.one
26.0 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.