Currently I’m adding my system flake to the repo using --impure and isoImage.contents
isoImage.contents = [{
source = /home/username/nixcfg;
target = "/nixcfg/"; # /iso/nixcfg
}];
Is there a pure way of adding the system flake repository to the iso?