Skip to content

Commit 205b10b

Browse files
committed
Remove cachix
1 parent dd608fa commit 205b10b

File tree

3 files changed

+1
-36
lines changed

3 files changed

+1
-36
lines changed

.github/workflows/cache.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,5 @@ jobs:
1616
- name: "Install Nix️"
1717
uses: cachix/install-nix-action@v30
1818

19-
- name: "Install Cachix️"
20-
uses: cachix/cachix-action@v15
21-
with:
22-
name: typelevel
23-
2419
- name: "Nix Flake Check"
2520
run: nix -L flake check

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The generated site will end up in the `_site` directory.
4646

4747
#### Nix
4848

49-
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).
49+
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).
5050

5151
```console
5252
$ nix run github:typelevel/typelevel.github.com#jekyll build

0 commit comments

Comments
 (0)