# from https://nixos.wiki/wiki/Creating_a_NixOS_live_CD { config, pkgs, ... }: { imports = [ # Provide an initial copy of the NixOS channel so that the user # doesn't need to run "nix-channel --update" first. ./common.nix ]; }