effects: pin all the outputs
This commit is contained in:
parent
83a3a376dc
commit
c5a24343cc
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
drvs ++ (lib.flatten recursed);
|
drvs ++ (lib.flatten recursed);
|
||||||
collected = collectDrvs "packages" herculesCI.config.onPush.default.outputs.packages;
|
rootOutputs = builtins.removeAttrs herculesCI.config.onPush.default.outputs ["effects"];
|
||||||
|
collected = collectDrvs "outputs" rootOutputs;
|
||||||
cachixCommands =
|
cachixCommands =
|
||||||
lib.concatMapStringsSep
|
lib.concatMapStringsSep
|
||||||
"\n"
|
"\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue