Skip to content

Commit

Permalink
ci: Use omnix
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Dec 19, 2024
1 parent 49728a5 commit bfa5a2f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
trusted-public-keys = cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
substituters = https://cache.garnix.io?priority=41 https://cache.nixos.org/
- uses: yaxitech/nix-install-pkgs-action@v3
with:
packages: "github:srid/nixci"
- run: nixci build
- name: Install omnix
run: nix --accept-flake-config profile install "github:juspay/omnix"
- run: om ci

0 comments on commit bfa5a2f

Please sign in to comment.