Skip to content

Commit

Permalink
add HerculesCI settings to flake
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbr committed Mar 30, 2022
1 parent 732f6a0 commit 931166e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

outputs = { self, nixpkgs, flake-utils, ... }:
{

nixosModules.wsl = {
imports = [
./modules/build-tarball.nix
Expand All @@ -29,6 +30,13 @@
];
};

herculesCI = {
ciSystems = [
"x86_64-linux"
"aarch64-linux"
];
};

} //
flake-utils.lib.eachSystem
(with flake-utils.lib.system; [ "x86_64-linux" "aarch64-linux" ])
Expand Down

0 comments on commit 931166e

Please sign in to comment.