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
|
||||
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 =
|
||||
lib.concatMapStringsSep
|
||||
"\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue