dev: Basic CI config

(cherry picked from commit de4a5a82a4fbdcc9bd786c09dc0f40c8b38a498f)
This commit is contained in:
Robert Hensing 2024-03-19 15:08:52 +01:00
parent 15b8ce951a
commit 4f12dc0127

View file

@ -69,6 +69,8 @@
NIX_PATH = "nixpkgs=${inputs.nixpkgs}"; NIX_PATH = "nixpkgs=${inputs.nixpkgs}";
}; };
}; };
flake = { }; flake = {
herculesCI.ciSystems = [ "x86_64-linux" ];
};
}); });
} }