mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-21 16:10:52 +00:00
README: v9
This commit is contained in:
parent
4cbb444a96
commit
14f0e86ffb
1 changed files with 7 additions and 4 deletions
11
README.md
11
README.md
|
@ -18,17 +18,20 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: cachix/install-nix-action@v8
|
- uses: cachix/install-nix-action@v9
|
||||||
- run: nix-build
|
- run: nix-build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
See [action.yml](action.yml) for all options.
|
|
||||||
|
|
||||||
See also [cachix-action](https://github.com/cachix/cachix-action) for
|
See also [cachix-action](https://github.com/cachix/cachix-action) for
|
||||||
simple binary cache setup to speed up your builds and share binaries
|
simple binary cache setup to speed up your builds and share binaries
|
||||||
with developers.
|
with developers.
|
||||||
|
|
||||||
|
## Options `with: ...`
|
||||||
|
|
||||||
|
- `install_url`: specify URL to install Nix from (mostly useful for testing non-stable releases
|
||||||
|
|
||||||
|
- `skip_adding_nixpkgs_channel`: set to `true` to skip adding nixpkgs-unstable channel (and save ~5s for each job build)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Hacking
|
## Hacking
|
||||||
|
|
Loading…
Reference in a new issue