From edf47573087ef43401d237ff6517e4c4986e98a1 Mon Sep 17 00:00:00 2001 From: Roman Melnikov Date: Wed, 25 Oct 2023 11:09:31 +0200 Subject: [PATCH] [Chore] Remove cachix cache mentions 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. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 47ea37fd..24069715 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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