From c8e8c323ecfd9a5280f19a020f59927c9b3717b6 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Fri, 13 Jan 2023 10:35:23 -0800 Subject: [PATCH] Correct readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab51efe..7ca2899 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Install Nix - uses: DeterminateSystems/nix-installer@main + 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. @@ -23,3 +23,5 @@ jobs: - name: Run `nix build` run: nix build . ``` + +See [`.github/workflows/ci.yml`](.github/workflows/ci.yml) for a full example. \ No newline at end of file