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
|
let
|
||||||
vm = oslib.mkVM {
|
vm = oslib.mkVM {
|
||||||
inherit (config) name uuid;
|
inherit (config) name uuid;
|
||||||
|
inherit (config.os) arch;
|
||||||
beforeInstall = [
|
beforeInstall = [
|
||||||
{ index = 1; file = "${osdb.${config.os.name}.${config.os.version}.${config.os.edition}.${config.os.arch}.installer}/out.iso"; }
|
{ 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"; }
|
{ index = 2; file = "${osdb.${config.os.name}.${config.os.version}.${config.os.edition}.${config.os.arch}.unattend}/out.iso"; }
|
||||||
|
|
8
server/flakes/windows/test/flake.lock
generated
8
server/flakes/windows/test/flake.lock
generated
|
@ -126,11 +126,11 @@
|
||||||
"zig2nix": "zig2nix"
|
"zig2nix": "zig2nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1719259537,
|
"lastModified": 1719259701,
|
||||||
"narHash": "sha256-oHrDpHmZCZY+i3FT3NGPqeQCBoAFu5kLJMe2mRSofDc=",
|
"narHash": "sha256-gl+QC6wnvXbH+oJwqek7N64IPAkKmYwdGp5VjH7bweI=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "70dd3a104a3d42c18586cc8e687f760ab77714e1",
|
"rev": "0a2dd279027547fc4494d9b2931298bc2b35024e",
|
||||||
"revCount": 3,
|
"revCount": 4,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.jeevio.xyz/jeeves/oslib"
|
"url": "https://git.jeevio.xyz/jeeves/oslib"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue