Skip to content

Commit

Permalink
prepare for garnix
Browse files Browse the repository at this point in the history
  • Loading branch information
dermetfan committed Jan 14, 2025
1 parent 363f6a5 commit e33d374
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
sources = import nix/sources.nix;
pkgs = import sources.nixpkgs { system = builtins.head systems; };
inherit (pkgs) lib;
in {
in rec {
checks = hydraJobs;

hydraJobs = lib.genAttrs systems (system: let
exposed = import ./. {
inherit sources;
Expand Down Expand Up @@ -37,9 +39,11 @@
nixConfig = {
extra-substituters = [
"https://cache.iog.io"
"https://cache.garnix.io"
];
extra-trusted-public-keys = [
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
];
};
}
3 changes: 3 additions & 0 deletions garnix.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
builds:
include:
- 'checks.*.*'

0 comments on commit e33d374

Please sign in to comment.