checks/morph: after flake update, increase memory size to 2048

This commit is contained in:
Jörg Thalheim
2025-03-11 10:45:55 +01:00
committed by Mic92
parent d0bcc1cd96
commit fc0429ab0c

View File

@@ -45,7 +45,7 @@
{
environment.etc."install-closure".source = "${closureInfo}/store-paths";
system.extraDependencies = dependencies;
virtualisation.memorySize = 1024;
virtualisation.memorySize = 2048;
environment.systemPackages = [ self.packages.${pkgs.system}.clan-cli ];
};
};