diff options
| author | seth <[email protected]> | 2023-08-26 00:51:53 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-26 00:51:53 -0400 |
| commit | 6b351a061b29c9ad9e5c5d2b886d5dcf3e4483c6 (patch) | |
| tree | d73bfcaf49b6cf30a28f3735c3d3e65ed4636fc8 | |
| parent | ef0678a9985d26df67840416a8f6a593a3f3eaf7 (diff) | |
parts/ci: try to fix update effects
| -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"; }; }; }; |
