Commit 79641648 authored by Vaibhav Sagar's avatar Vaibhav Sagar

.github/workflows/nix.yml: update

parent fc9e08d2
...@@ -45,11 +45,11 @@ jobs: ...@@ -45,11 +45,11 @@ jobs:
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- run: | - run: |
nix-build \ nix-build \
-I nixpkgs=https://github.com/NixOS/nixpkgs/tarball/nixos-20.09 \ -I nixpkgs=https://github.com/NixOS/nixpkgs/tarball/nixos-21.05 \
release.nix \ release.nix \
--argstr compiler ${{ matrix.versions.compiler }} --argstr compiler ${{ matrix.versions.compiler }}
nix-shell \ nix-shell \
-I nixpkgs=https://github.com/NixOS/nixpkgs/tarball/nixos-20.09 \ -I nixpkgs=https://github.com/NixOS/nixpkgs/tarball/nixos-21.05 \
-p jq --run \ -p jq --run \
'test/acceptance.nbconvert.sh result/bin/ihaskell-nbconvert' 'test/acceptance.nbconvert.sh result/bin/ihaskell-nbconvert'
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