Skip to content

Commit 9798705

Browse files
committed
build: update flake.nix
1 parent 078b7d4 commit 9798705

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

flake.nix

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@
33

44
nixConfig = {
55
bash-prompt = "\\[\\e[0m\\][\\[\\e[0;2m\\]nix-develop \\[\\e[0;1m\\]hydra-auction-onchain@\\[\\033[33m\\]$(git rev-parse --abbrev-ref HEAD) \\[\\e[0;32m\\]\\w\\[\\e[0m\\]]\\[\\e[0m\\]$ \\[\\e[0m\\]";
6-
extra-experimental-features = [ "nix-command" "flakes" "ca-derivations" ];
7-
extra-substituters = [ "https://cache.iog.io" "https://mlabs.cachix.org" ];
8-
extra-trusted-public-keys = [ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ];
6+
extra-substituters = [
7+
"https://hydra-node.cachix.org"
8+
"https://cardano-scaling.cachix.org"
9+
"https://cache.zw3rk.com"
10+
];
11+
extra-trusted-public-keys = [
12+
"hydra-node.cachix.org-1:vK4mOEQDQKl9FTbq76NjOuNaRD4pZLxi1yri31HHmIw="
13+
"cardano-scaling.cachix.org-1:RKvHKhGs/b6CBDqzKbDk0Rv6sod2kPSXLwPzcUQg9lY="
14+
"loony-tools:pr9m4BkM/5/eSTZlkQyRt57Jz7OMBxNSUiMC4FkcNfk="
15+
];
916
allow-import-from-derivation = "true";
10-
max-jobs = "auto";
11-
auto-optimise-store = "true";
1217
};
1318

1419
inputs = {
@@ -25,6 +30,7 @@
2530
inputs.liqwid-nix.flakeModule
2631
];
2732
systems = [ "x86_64-linux" "aarch64-darwin" "x86_64-darwin" "aarch64-linux" ];
33+
herculesCI.ciSystems = [ "x86_64-linux" ];
2834
perSystem = { config, self', inputs', pkgs, system, ... }:
2935
let
3036
pkgs = import inputs.nixpkgs-latest { inherit system; };

0 commit comments

Comments
 (0)