Commit 13e06a6e authored by Vaibhav Sagar's avatar Vaibhav Sagar

.github/workflows/nix.yml: add ihaskell to packages for acceptance test

parent 1dbe1479
......@@ -46,7 +46,8 @@ jobs:
nix-build \
-I nixpkgs=https://github.com/NixOS/nixpkgs/tarball/nixos-21.05 \
release.nix \
--argstr compiler ${{ matrix.versions.compiler }}
--argstr compiler ${{ matrix.versions.compiler }} \
--arg packages "haskellPackages: haskellPackages.ihaskell"
nix-shell \
-I nixpkgs=https://github.com/NixOS/nixpkgs/tarball/nixos-21.05 \
-p jq --run \
......
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