We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1f007 commit ea305eaCopy full SHA for ea305ea
flake.nix
@@ -59,6 +59,7 @@
59
} @ inputs:
60
std.growOn {
61
inherit inputs;
62
+ systems = ["x86_64-linux"];
63
cellsFrom = nix/cells;
64
cellBlocks = [
65
(std.functions "library")
nix/cells/automation/pipelines.nix
@@ -27,7 +27,7 @@
27
skippedDescription = lib.escapeShellArg "No nix builder for this system";
28
};
29
30
- memory = 1024 * 8;
+ memory = 1024 * 16;
31
nomad.resources.cpu = 10000;
32
33
}
0 commit comments