Nix Flakes¶ Prerequisites¶ Have the nix CLI Nix installed You do NOT require a NixOS system for this; any Linux distribution or macOS will do. Demo¶ {% include "flake.nix" %} nix run .#cow Explanation¶ TODO ...