mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-07-27 18:49:12 +00:00
rename to install-nix-action
This commit is contained in:
parent
82911d15ab
commit
557c7af1de
3 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# nix-action
|
||||
# install-nix-action
|
||||
|
||||

|
||||

|
||||
|
||||
Installs [Nix](https://nixos.org/nix/) on GitHub Actions for the supported platforms: Linux and macOS.
|
||||
|
||||
|
@ -18,12 +18,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: cachix/nix-action@v1
|
||||
- uses: cachix/install-nix-action@v1
|
||||
- run: nix-build
|
||||
```
|
||||
|
||||
See also [cachix-action](https://github.com/cachix/cachix-action) for
|
||||
simple binary cache setup.
|
||||
simple binary cache setup to speed up your builds and share binaries
|
||||
with developers.
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue