Skip to content

Commit

Permalink
README: move cachix integration to be more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Nov 4, 2020
1 parent 661bbdf commit 07da252
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 extra Nix configration options via `extra_nix_config`
- 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

Expand All @@ -38,9 +39,6 @@ jobs:
- 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

Expand Down

0 comments on commit 07da252

Please sign in to comment.