Move test image definitions to a separate file.
This commit is contained in:
parent
31d86eb7da
commit
b5ac42f1bd
3 changed files with 64 additions and 63 deletions
|
|
@ -4,7 +4,8 @@
|
|||
}:
|
||||
|
||||
let
|
||||
forEachUbuntuImage = lib.flip lib.mapAttrs' system-manager.lib.images.ubuntu.${system};
|
||||
images = lib.importJSON ../images.json;
|
||||
forEachUbuntuImage = lib.flip lib.mapAttrs' images.ubuntu.${system};
|
||||
|
||||
# To test reload and restart, we include two services, one that can be reloaded
|
||||
# and one that cannot.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue