From 4ddd4c87fe3f1415f41c4c963fc3ac2772405290 Mon Sep 17 00:00:00 2001 From: Jechol Lee Date: Fri, 28 Jan 2022 17:07:03 +0900 Subject: [PATCH] Add cachix instruction (#107) --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 54b7182..e20f166 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,6 @@ let nixpkgs = import (fetchTarball { + # Run `cachix use jechol` to use compiled binary cache. url = "https://github.com/jechol/nixpkgs/archive/21.11-otp24-no-jit.tar.gz"; sha256 = "sha256:1lka707hrnkp70vny99m9fmp4a8136vl7addmpfsdvkwb81d1jk9"; }) { };