mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-17 20:06:07 +00:00
.github/workflows/nix.yml: add ihaskell to packages for acceptance test
This commit is contained in:
parent
1dbe147982
commit
13e06a6e2a
3
.github/workflows/nix.yml
vendored
3
.github/workflows/nix.yml
vendored
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user