hercules-ci: mark x86_64-linux as a CI system

This commit is contained in:
matthewcroughan 2022-05-24 03:23:19 +01:00
parent 3e9dddd88b
commit 2f6e57d39f

View file

@ -14,6 +14,7 @@
nixpkgsFor = forAllSystems (system: pkgs: import nixpkgs { inherit system; overlays = [ self.overlay ]; }); nixpkgsFor = forAllSystems (system: pkgs: import nixpkgs { inherit system; overlays = [ self.overlay ]; });
in rec in rec
{ {
herculesCI.ciSystems = [ "x86_64-linux" ];
overlay = final: prev: { overlay = final: prev: {
generateApps = flake: generateApps = flake:
let let