update to nixos 23.05

This commit is contained in:
Erik Arvstedt
2023-07-08 15:33:00 +02:00
parent 55c64d8dff
commit e2cce7daa8
8 changed files with 19 additions and 16 deletions

View File

@@ -101,7 +101,7 @@ makeTestVM {
testScript = { nodes, ... }: let
systems = builtins.concatStringsSep ", "
(mapAttrsToList (name: node: ''"${name}": "${node.config.system.build.toplevel}"'') nodes);
(mapAttrsToList (name: node: ''"${name}": "${node.system.build.toplevel}"'') nodes);
in ''
systems = { ${systems} }