From 316ed2e2a43e64bfba2f5fcecb3570cc86d15c7f Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Mon, 27 Feb 2023 17:13:33 -0500 Subject: [PATCH] Fix link --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 67a3c37..84147b2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: - name: Flake checks 🧪 run: | # Because 'nix flake check' is not system-aware - # See https://srid.ca/haskell-flake/checks + # See https://srid.ca/haskell-template/checks nix run nixpkgs#sd \ 'systems = nixpkgs.lib.systems.flakeExposed' \ 'systems = [ "x86_64-linux" ]' \