summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-26 02:17:06 -0400
committerseth <[email protected]>2023-04-26 02:17:06 -0400
commitc651703c6a92e222477b7f4e137eaa22a285f8fc (patch)
tree630212d05dd54f27ad5a61b569637e43faac9aef /flake.nix
parent6e8f798b0ac2f91ec120dd3fa1056234a008c317 (diff)
ci: start using hercules ci
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index c4f95e3..50a1bd4 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,4 +1,6 @@
{
+ description = "getchoo's nix expressions";
+
nixConfig = {
extra-substituters = ["https://nix-community.cachix.org"];
extra-trusted-public-keys = ["nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="];
@@ -37,6 +39,13 @@
in {
formatter = forAllSystems (system: nixpkgsFor.${system}.alejandra);
+ herculesCI = {
+ ciSystems = [
+ "x86_64-linux"
+ "aarch64-linux"
+ ];
+ };
+
packages = forAllSystems (
system: let
pkgs = nixpkgsFor.${system};