diff options
Diffstat (limited to 'parts/ci.nix')
| -rw-r--r-- | parts/ci.nix | 4 |
1 files 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"; }; }; }; |
