mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-24 09:28:04 +00:00
README: fix syntax
This commit is contained in:
parent
3db69e0239
commit
d56f3ce9be
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ or [pin nixpkgs yourself](https://nix.dev/reference/pinning-nixpkgs.html)
|
|||
- 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
|
||||
- Enables `flakes` and `nix-command` experimental features by default (to disable, set ``experimental-features` via `extra_nix_config`)
|
||||
- Enables `flakes` and `nix-command` experimental features by default (to disable, set ``experimental-features`` via ``extra_nix_config``)
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
Loading…
Reference in a new issue