zellij/.github/workflows
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
..
e2e.yml fix(tests): ensure e2e tests use updated plugins (#1047) 2022-02-27 22:05:37 +01:00
nix.yml add(nix): add binary cache zellij (#1157) 2022-03-02 18:48:42 +01:00
release.yml chore(deps): bump actions/upload-release-asset from 1.0.1 to 1.0.2 (#901) 2021-11-25 18:40:15 +01:00
rust.yml fix(ci): use the clippy-check action (#1122) 2022-02-25 20:39:28 +01:00
update-flake-lock.yml chore(deps): bump DeterminateSystems/update-flake-lock from 6 to 8 (#1147) 2022-02-28 09:17:16 +01:00