From 6b351a061b29c9ad9e5c5d2b886d5dcf3e4483c6 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 26 Aug 2023 00:51:53 -0400 Subject: parts/ci: try to fix update effects --- parts/ci.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/ci.nix b/parts/ci.nix index 7dc1adb..d2434e8 100644 --- a/parts/ci.nix +++ b/parts/ci.nix @@ -62,7 +62,7 @@ in { inherit when; outputs.effects = { - update = mkUpdateEffect ["nixpkgs" "nixpkgs-stable"] "flake: update nixpkgs inputs"; + nixpkgs-update = mkUpdateEffect ["nixpkgs" "nixpkgs-stable"] "flake: update nixpkgs inputs"; }; }; @@ -70,7 +70,7 @@ in { when = when // {dayOfMonth = [1 8 15 22 29];}; outputs.effects = { - update = mkUpdateEffect [] "flake: update all inputs"; + flake-update = mkUpdateEffect [] "flake: update all inputs"; }; }; }; -- cgit v1.2.3