fix effects and formatting
This commit is contained in:
parent
f83db45db4
commit
635a6c39af
2 changed files with 7 additions and 3 deletions
|
@ -46,7 +46,7 @@
|
|||
}: "cachix pin nrabulinski ${lib.escapeShellArg name} ${lib.escapeShellArg drv}")
|
||||
collected;
|
||||
in
|
||||
hci-effects.runIf (herculesCI?branch && herculesCI.branch == "main") (hci-effects.mkEffect {
|
||||
hci-effects.runIf (herculesCI.config.branch == "main") (hci-effects.mkEffect {
|
||||
secretsMap."cachix-token" = "cachix-token";
|
||||
inputs = [pkgs.cachix];
|
||||
userSetupScript = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue