ops/nixos: make systems.json refer to the actual paths

This commit is contained in:
Luke Granger-Brown 2021-03-13 17:02:13 +00:00
parent 9df7818dc5
commit b01c15b85f

View file

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