From 5bbb5e579de60c2d839c9bc43faf801ef6f4c576 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Fri, 11 Nov 2022 08:05:45 +0100 Subject: [PATCH] Fix warning --- dev/flake-module.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";