ops/nixos: make systems.json refer to the actual paths
This commit is contained in:
parent
9df7818dc5
commit
b01c15b85f
1 changed files with 1 additions and 1 deletions
|
@ -66,5 +66,5 @@ in systemDrvs // {
|
|||
|
||||
netboot = netbootSystem.config.system.build.pixiecore;
|
||||
|
||||
systemPathJSON = builtins.toFile "systems.json" (builtins.toJSON systems);
|
||||
systemPathJSON = builtins.toFile "systems.json" (builtins.toJSON systemDrvs);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue