mkFlake uses arch now btw
This commit is contained in:
parent
0a2dd27902
commit
19ab6d3c70
2 changed files with 5 additions and 4 deletions
|
@ -38,6 +38,7 @@
|
|||
let
|
||||
vm = oslib.mkVM {
|
||||
inherit (config) name uuid;
|
||||
inherit (config.os) arch;
|
||||
beforeInstall = [
|
||||
{ index = 1; file = "${osdb.${config.os.name}.${config.os.version}.${config.os.edition}.${config.os.arch}.installer}/out.iso"; }
|
||||
{ index = 2; file = "${osdb.${config.os.name}.${config.os.version}.${config.os.edition}.${config.os.arch}.unattend}/out.iso"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue