mkFlake uses arch now btw

This commit is contained in:
Jeeves 2024-06-24 14:09:52 -06:00
parent 0a2dd27902
commit 19ab6d3c70
2 changed files with 5 additions and 4 deletions

View file

@ -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"; }

View file

@ -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"
}, },