Fix link
This commit is contained in:
parent
48db037100
commit
316ed2e2a4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -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" ]' \
|
||||
|
|
Loading…
Reference in a new issue