zellij/.github
a-kenji e0685f6548
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#
2022-03-02 18:48:42 +01:00
..
ISSUE_TEMPLATE fix(docs): Fix a typo and some grammatical errors in bug_report.md (#826) 2021-11-01 13:20:59 +01:00
workflows add(nix): add binary cache zellij (#1157) 2022-03-02 18:48:42 +01:00
dependabot.yml feat(update): integrate dependabot for gh actions (#900) 2021-11-25 17:44:18 +01:00
FUNDING.yml docs(sponsorship): add my Github Sponsors 2022-02-19 10:07:57 +01:00