From 4f12dc012720921db3ffe38fa5abd24a202751d5 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Tue, 19 Mar 2024 15:08:52 +0100 Subject: [PATCH] dev: Basic CI config (cherry picked from commit de4a5a82a4fbdcc9bd786c09dc0f40c8b38a498f) --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index da2a041..3505f8a 100644 --- a/flake.nix +++ b/flake.nix @@ -69,6 +69,8 @@ NIX_PATH = "nixpkgs=${inputs.nixpkgs}"; }; }; - flake = { }; + flake = { + herculesCI.ciSystems = [ "x86_64-linux" ]; + }; }); }