mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-11-23 04:08:52 +03:00
Merge pull request #2 from DeterminateSystems/update-readme-uses-statement
Update README example `uses` statement
This commit is contained in:
commit
3caf3399fc
@ -15,7 +15,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action
|
||||
uses: DeterminateSystems/nix-installer-action@main
|
||||
with:
|
||||
# Allow the installed Nix to make authenticated Github requests.
|
||||
# If you skip this, you will likely get rate limited.
|
||||
@ -24,4 +24,4 @@ jobs:
|
||||
run: nix build .
|
||||
```
|
||||
|
||||
See [`.github/workflows/ci.yml`](.github/workflows/ci.yml) for a full example.
|
||||
See [`.github/workflows/ci.yml`](.github/workflows/ci.yml) for a full example.
|
||||
|
Loading…
Reference in New Issue
Block a user