Skip to content

Commit

Permalink
Remove nix version constraint in workflows/haddock.yml (#5606)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana authored Nov 2, 2023
1 parent 1c2fc56 commit 6417ce2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/haddock.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "Build and Deploy to Github Pages"
on:
workflow_dispatch:
push:
branches:
- master
Expand All @@ -14,8 +15,6 @@ jobs:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v26
with:
# 2.14.1 seems to have issues, see https://github.com/nixbuild/nix-quick-install-action/issues/29
nix_version: '2.13.3'
nix_conf: |
experimental-features = nix-command flakes
accept-flake-config = true
Expand Down

0 comments on commit 6417ce2

Please sign in to comment.