Add @main to uses statement for nix installer GHA

This commit is contained in:
Luc Perkins 2023-01-17 12:01:54 -03:00
parent 2ec668c456
commit ce724020f6
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2

View file

@ -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.