From f7cd29d015d653065d5cb7915569e220cbb875c0 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Wed, 2 Mar 2022 19:01:54 +0100 Subject: [PATCH] add(nix): binary cache --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9fca454..b61f1ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Add: manpage to nix package (https://github.com/zellij-org/zellij/pull/1148) * Fix: terminal title passthrough on not showing pane frames (https://github.com/zellij-org/zellij/pull/1113) * Add: ability to set `ENVIRONMENT VARIABLES` inside of the config and layout's (https://github.com/zellij-org/zellij/pull/1154) +* Add: binary cache to zellij `cachix use zellij` (https://github.com/zellij-org/zellij/pull/1157) ## [0.25.0] - 2022-02-22 * Fix: replace the library with the dependency problem (https://github.com/zellij-org/zellij/pull/1001)