Skip to content

Commit

Permalink
[Chore] Remove cachix cache mentions
Browse files Browse the repository at this point in the history
Problem: README mentions cachix cache that doesn't seem to be
up-to-date. Additionally, there is no much sense in keeping it since all
deps are taken directly from 'nixpkgs' and thus they're supposed to be
cached by 'cache.nixos.org' already.

Solution: Remove cachinx mentions from the README.
  • Loading branch information
rvem committed Oct 25, 2023
1 parent 6e6385f commit edf4757
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
You are encouraged to test this out on your code and submit any undesirable formatting you find as an issue

[![Build Status](https://badge.buildkite.com/b37f73adea391439e63288e8fd3b47f4b98fb9640bb864ccfa.svg)](https://buildkite.com/serokell/nixfmt)
[![Cachix](https://img.shields.io/badge/cachix-nixfmt-blue.svg)](https://nixfmt.cachix.org)

## Installation

Expand All @@ -21,8 +20,6 @@ You are encouraged to test this out on your code and submit any undesirable form

- To get the most recent version, install from master:

# Optional: use cachix to get cached builds even for master
cachix use nixfmt
nix-env -f https://github.com/serokell/nixfmt/archive/master.tar.gz -i

- Nix with flakes
Expand Down

0 comments on commit edf4757

Please sign in to comment.