ci: remove cachix action

All the extra binary cache lookups and uploads to Cachix make the
build quite a bit slower than necessary.
This commit is contained in:
Robert Helgesson 2024-03-05 23:39:19 +01:00
parent 9daee941ab
commit 3c7bacf1d4
No known key found for this signature in database
GPG Key ID: 96E745BD17AA17ED
1 changed files with 0 additions and 4 deletions

View File

@ -15,10 +15,6 @@ jobs:
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v13
with:
name: nix-community
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: |
if grep -R --exclude stdlib-extended.nix literalExample modules ; then
echo "Error: literalExample should be replaced by literalExpression" > /dev/stderr