From 205b10bcab961b6f9031ceb4e69cd4c87760002a Mon Sep 17 00:00:00 2001 From: "Ross A. Baker" Date: Sat, 22 Mar 2025 22:34:17 -0400 Subject: [PATCH] Remove cachix --- .github/workflows/cache.yml | 30 ------------------------------ .github/workflows/ci.yml | 5 ----- README.md | 2 +- 3 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 .github/workflows/cache.yml diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml deleted file mode 100644 index 43e9f8b3..00000000 --- a/.github/workflows/cache.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: cachix - -on: - pull_request: - push: - branches: - - main - -jobs: - build: - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: - - macos-latest - - ubuntu-latest - steps: - - uses: actions/checkout@v4.2.2 - - - name: "Install Nix️" - uses: cachix/install-nix-action@v30 - - - name: "Install Cachix️" - uses: cachix/cachix-action@v15 - with: - name: typelevel - authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - - name: "Build dev shell" - run: nix develop -c true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ccdb93a..0832a20b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,10 +16,5 @@ jobs: - name: "Install Nix️" uses: cachix/install-nix-action@v30 - - name: "Install Cachix️" - uses: cachix/cachix-action@v15 - with: - name: typelevel - - name: "Nix Flake Check" run: nix -L flake check diff --git a/README.md b/README.md index 4a0dc157..afa167e5 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The generated site will end up in the `_site` directory. #### Nix -A fully configured Jekyll is available as a Nix app. Assumes that you have [installed Nix](https://nixos.org/download.html) and [enabled flakes](https://nixos.wiki/wiki/Flakes#Installing_flakes). You may optionally use the [Typelevel Cachix](https://app.cachix.org/cache/typelevel#pull). +A fully configured Jekyll is available as a Nix app. Assumes that you have [installed Nix](https://nixos.org/download.html) and [enabled flakes](https://nixos.wiki/wiki/Flakes#Installing_flakes). ```console $ nix run github:typelevel/typelevel.github.com#jekyll build