Hercules CI builds only for x86_64-linux
This commit is contained in:
parent
8a3f3880c8
commit
c494427f7b
3 changed files with 71 additions and 13 deletions
11
flake.nix
11
flake.nix
|
@ -4,6 +4,7 @@
|
|||
inputs = {
|
||||
flake-parts.url = "github:hercules-ci/flake-parts";
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
hercules-ci-effects.url = "github:hercules-ci/hercules-ci-effects";
|
||||
extra-package-indent-bars = {
|
||||
url = "github:jdtsmith/indent-bars";
|
||||
flake = false;
|
||||
|
@ -43,15 +44,7 @@
|
|||
./formatter
|
||||
./diff-closures
|
||||
./checks
|
||||
./ci
|
||||
];
|
||||
};
|
||||
|
||||
nixConfig = {
|
||||
extra-substituters = [
|
||||
"https://nix-community.cachix.org"
|
||||
];
|
||||
extra-trusted-public-keys = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Reference in a new issue