Skip to content

Commit

Permalink
flake: add hercules-ci-effects
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Dec 27, 2023
1 parent b3671f6 commit 1abf777
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
24 changes: 24 additions & 0 deletions flake.lock

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

5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
buildbot-nix.inputs.flake-parts.follows = "flake-parts";
buildbot-nix.inputs.treefmt-nix.follows = "treefmt-nix";

hercules-ci-effects.url = "github:hercules-ci/hercules-ci-effects";
hercules-ci-effects.inputs.flake-parts.follows = "flake-parts";
hercules-ci-effects.inputs.nixpkgs.follows = "nixpkgs";

nur-update.url = "github:nix-community/nur-update";
nur-update.inputs.nixpkgs.follows = "nixpkgs";

Expand All @@ -53,6 +57,7 @@
systems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];

imports = [
inputs.hercules-ci-effects.flakeModule
inputs.treefmt-nix.flakeModule
];

Expand Down

0 comments on commit 1abf777

Please sign in to comment.