From da21f47c558fe314346028fa983a773331c5b20c Mon Sep 17 00:00:00 2001 From: Rick van Hoef Date: Tue, 19 Apr 2022 12:40:13 +0200 Subject: [PATCH] fixup! fixup! add Nix build to the CI pipeline --- .semaphore/semaphore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 9e911bee..2c2e9120 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -49,7 +49,7 @@ blocks: # Install Cachix and use the Channable cache - "nix-env -iA nixpkgs.cachix" - - "cachix use channable" + - "cachix use channable-public" # Bring all the tools from the pinned build environment into the PATH. - "export PATH=$(nix-build --no-out-link default.nix)/bin:$PATH"