Commit a992ad83 authored by Vaibhav Sagar's avatar Vaibhav Sagar

.github/workflows/nix.yml: update

parent d7dc460a
...@@ -38,7 +38,9 @@ jobs: ...@@ -38,7 +38,9 @@ jobs:
- compiler: 'ghc883' - compiler: 'ghc883'
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: cachix/install-nix-action@v8 - uses: cachix/install-nix-action@v9
with:
skip_adding_nixpkgs_channel: true
- uses: cachix/cachix-action@v6 - uses: cachix/cachix-action@v6
with: with:
name: ihaskell name: ihaskell
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment