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" ]' \