Skip to content

Commit

Permalink
Revert "feat: hercules-ci"
Browse files Browse the repository at this point in the history
This reverts commit 8f1902b.
  • Loading branch information
willruggiano committed May 20, 2024
1 parent 8f1902b commit 8aabd8e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 103 deletions.
124 changes: 34 additions & 90 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
inputs = {
devenv.url = "github:cachix/devenv";
git-hooks.url = "github:cachix/git-hooks.nix";
hercules-ci-effects.url = "github:hercules-ci/hercules-ci-effects";
neovim-nix = {
url = "github:willruggiano/neovim.nix";
inputs.flake-parts.follows = "flake-parts";
Expand Down Expand Up @@ -37,7 +36,6 @@
flake-parts.lib.mkFlake {inherit inputs;} {
imports = [
inputs.devenv.flakeModule
inputs.hercules-ci-effects.flakeModule
inputs.neovim-nix.flakeModule
./modules
];
Expand Down Expand Up @@ -123,16 +121,5 @@
nvim-treesitter = pkgs.callPackage ./pkgs/nvim-treesitter {};
};
};

hercules-ci.flake-update = {
enable = true;
baseMerge.enable = true;
baseMerge.method = "rebase";
autoMergeMethod = "rebase";
when = {
dayOfWeek = ["Mon"];
hour = [0];
};
};
};
}

0 comments on commit 8aabd8e

Please sign in to comment.