From 5a9d5799d556aa4711d49c4e65a8e589286da760 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Fri, 16 Feb 2024 06:11:16 -0500 Subject: [PATCH] ci: Use latest nixci --- .github/workflows/ci.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a86be38..170985a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,10 +13,13 @@ jobs: os: [ubuntu-latest, macos-latest, macos-14] steps: - uses: actions/checkout@v3 - - uses: cachix/install-nix-action@v22 + - 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: DeterminateSystems/magic-nix-cache-action@main - uses: yaxitech/nix-install-pkgs-action@v3 with: - packages: "nixpkgs#nixci" - - name: Build 🔨 - run: nixci + packages: "github:srid/nixci" + - run: nixci