Skip to content

Commit

Permalink
Try downgrading the nix version in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj committed Mar 22, 2023
1 parent 8bf3104 commit 17c168a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/haddock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: actions/checkout@v3
- uses: nixbuild/nix-quick-install-action@v22
with:
nix_version: '2.13.3'
nix_conf: |
experimental-features = nix-command flakes
accept-flake-config = true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/hlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Quick Install Nix
uses: nixbuild/nix-quick-install-action@v22
with:
nix_version: '2.13.3'
nix_conf: |
experimental-features = nix-command flakes
accept-flake-config = true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre-commit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Quick Install Nix
uses: nixbuild/nix-quick-install-action@v22
with:
nix_version: '2.13.3'
nix_conf: |
experimental-features = nix-command flakes
accept-flake-config = true
Expand Down

0 comments on commit 17c168a

Please sign in to comment.