mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-21 16:10:52 +00:00
README: move cachix integration to be more visible
This commit is contained in:
parent
661bbdf5ce
commit
07da2520ee
1 changed files with 1 additions and 3 deletions
|
@ -17,6 +17,7 @@ or [pin nixpkgs yourself](https://nix.dev/reference/pinning-nixpkgs.html)
|
||||||
- Allows specifying Nix installation URL via `install_url`
|
- Allows specifying Nix installation URL via `install_url`
|
||||||
- Allows specifying extra Nix configration options via `extra_nix_config`
|
- Allows specifying extra Nix configration options via `extra_nix_config`
|
||||||
- Allows specifying `$NIX_PATH` and channels via `nix_path`
|
- Allows specifying `$NIX_PATH` and channels via `nix_path`
|
||||||
|
- Share `/nix/store` between builds using [cachix-action](https://github.com/cachix/cachix-action) for simple binary cache setup to speed up your builds and share binaries with your team
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
@ -38,9 +39,6 @@ jobs:
|
||||||
- run: nix-build
|
- run: nix-build
|
||||||
```
|
```
|
||||||
|
|
||||||
See also [cachix-action](https://github.com/cachix/cachix-action) for
|
|
||||||
simple binary cache setup to speed up your builds and share binaries
|
|
||||||
with developers.
|
|
||||||
|
|
||||||
## Usage with Flakes
|
## Usage with Flakes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue