diff --git a/dev/flake-module.nix b/dev/flake-module.nix index c50acaf..a621da9 100644 --- a/dev/flake-module.nix +++ b/dev/flake-module.nix @@ -33,8 +33,8 @@ herculesCI = herculesCI@{ config, ... }: { onPush.default.outputs = { effects = - withSystem "x86_64-linux" ({ config, pkgs, effects, ... }: { - netlifyDeploy = effects.netlifyDeploy { + withSystem "x86_64-linux" ({ config, pkgs, hci-effects, ... }: { + netlifyDeploy = hci-effects.netlifyDeploy { content = config.packages.siteContent; secretName = "default-netlify"; siteId = "29a153b1-3698-433c-bc73-62415efb8117";