mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 21:42:11 +01:00
Correct readme
This commit is contained in:
parent
fa79b38aa5
commit
c8e8c323ec
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: DeterminateSystems/nix-installer@main
|
uses: DeterminateSystems/nix-installer-action@main
|
||||||
with:
|
with:
|
||||||
# Allow the installed Nix to make authenticated Github requests.
|
# Allow the installed Nix to make authenticated Github requests.
|
||||||
# If you skip this, you will likely get rate limited.
|
# If you skip this, you will likely get rate limited.
|
||||||
|
@ -23,3 +23,5 @@ jobs:
|
||||||
- name: Run `nix build`
|
- name: Run `nix build`
|
||||||
run: nix build .
|
run: nix build .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
See [`.github/workflows/ci.yml`](.github/workflows/ci.yml) for a full example.
|
Loading…
Reference in a new issue