summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2022-03-02 18:48:42 +0100
committerGitHub <noreply@github.com>2022-03-02 18:48:42 +0100
commite0685f65481188ba3f632be6036895984108d298 (patch)
tree0885cc7d0203eb4881575d4f0b14e20718321591 /flake.nix
parentf77c3006dc95c5c97e12a0dcac12c3daafec2c62 (diff)
add(nix): add binary cache `zellij` (#1157)
adds a binary cache called `zellij`, hosted by https://www.cachix.org/ to the project, users can now use the cache by running: ``` cachix use zellij ``` Step by step: ``` bash <(curl -L https://nixos.org/nix/install) nix-env -iA cachix -f https://cachix.org/api/v1/install cachix use zellij nix-build ``` Documentation: https://docs.cachix.org/installation#
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index af11e7cad..5873ebd21 100644
--- a/flake.nix
+++ b/flake.nix
@@ -67,6 +67,8 @@
pkgs.nixpkgs-fmt
# optimizes wasm binaries
pkgs.binaryen
+
+ pkgs.jq
];
in