···2626 nix flake update
27272828install:
2929+ nixos-generate-config --no-filesystems --show-hardware-config > 'hosts/${host}/hardware-configuration.nix'
3030+ git add . && git diff --staged
2931 # This consumes significant memory on the live USB because dependencies are
3032 # downloaded to tmpfs. The configuration must be small, or the machine must
3133 # have a lot of RAM.