We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0378ee commit d45bfb0Copy full SHA for d45bfb0
packages/mcl/src/src/mcl/commands/deploy_spec.d
@@ -21,7 +21,7 @@ export void deploy_spec()
21
22
if (!exists(deploySpecFile))
23
{
24
- auto nixosConfigs = flakeAttr("legacyPackages", SupportedSystem.x86_64_linux, "bareMetalMachines")
+ auto nixosConfigs = flakeAttr("legacyPackages", SupportedSystem.x86_64_linux, "serverMachines")
25
.nixEvalJobs(params.cachixCache.cachixNixStoreUrl);
26
27
auto configsMissingFromCachix = nixosConfigs.filter!(c => !c.isCached);
0 commit comments