Compare commits

...

1 Commits

2 changed files with 5 additions and 5 deletions

View File

@ -166,7 +166,7 @@ variables:
set -Eeuo pipefail set -Eeuo pipefail
function runInNixShell() { function runInNixShell() {
time nix-shell $CI_PROJECT_DIR/.gitlab/shell.nix \ time nix-shell $CI_PROJECT_DIR/.gitlab/shell.nix \
-I nixpkgs=https://github.com/angerman/nixpkgs/archive/75f7281738b.tar.gz \ -I nixpkgs=https://github.com/bgamari/nixpkgs/archive/37c60356e3f83c708a78a96fdd914b5ffc1f551c.tar.gz \
--argstr system "aarch64-darwin" \ --argstr system "aarch64-darwin" \
--pure \ --pure \
--keep CI_PROJECT_DIR \ --keep CI_PROJECT_DIR \

View File

@ -23,10 +23,10 @@ if [ $ARCH = 'ARM64' ] ; then
cabal update cabal update
mkdir vendored mkdir vendored
cd vendored cd vendored
cabal unpack network-3.1.2.1 curl -O https://downloads.haskell.org/~ghcup/tmp/network-3.1.2.3.tar.gz
cd network* tar xf network-3.1.2.3.tar.gz
autoreconf -fi rm network-3.1.2.3.tar.gz
cd ../.. cd ..
fi fi
exit 0 exit 0