Skip to content

Commit

Permalink
ci: removed Hercules CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanholz committed Mar 16, 2024
1 parent 7605089 commit cdc20b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 74 deletions.
66 changes: 5 additions & 61 deletions flake.lock

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

14 changes: 1 addition & 13 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
description = "A flake for knuckles, with Hercules CI support";
description = "A flake for knuckles";

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
Expand All @@ -18,22 +18,10 @@ rust-overlay = {

flake-utils.url = "github:numtide/flake-utils";
flake-parts.url = "github:hercules-ci/flake-parts";
hercules-ci-effects.url = "github:hercules-ci/hercules-ci-effects";
};

outputs = inputs@{ self, flake-parts, nixpkgs, crane, flake-utils, rust-overlay, ... }:
flake-parts.lib.mkFlake { inherit inputs; } {
imports = [
inputs.hercules-ci-effects.flakeModule
];
hercules-ci.flake-update = {
enable = true;
when = {
hour = [ 7 ];
dayOfWeek = [ "Sat" ];
};
autoMergeMethod = "rebase";
};
systems = [ "x86_64-linux" ];
perSystem = { pkgs, system, ... }:
let
Expand Down

0 comments on commit cdc20b5

Please sign in to comment.