Skip to content

Commit d45bfb0

Browse files
MartinNikovPetarKirov
authored andcommitted
config(deploy_spec): Change the legacyPackage name
1 parent c0378ee commit d45bfb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mcl/src/src/mcl/commands/deploy_spec.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export void deploy_spec()
2121

2222
if (!exists(deploySpecFile))
2323
{
24-
auto nixosConfigs = flakeAttr("legacyPackages", SupportedSystem.x86_64_linux, "bareMetalMachines")
24+
auto nixosConfigs = flakeAttr("legacyPackages", SupportedSystem.x86_64_linux, "serverMachines")
2525
.nixEvalJobs(params.cachixCache.cachixNixStoreUrl);
2626

2727
auto configsMissingFromCachix = nixosConfigs.filter!(c => !c.isCached);

0 commit comments

Comments
 (0)