From 41105d81f0e666cd2334d786f1c7bc062a16d24d Mon Sep 17 00:00:00 2001 From: Wong Hoi Sing Edison Date: Sat, 22 Aug 2020 09:28:57 +0800 Subject: Update nix pin with `make nixpkgs` Signed-off-by: Wong Hoi Sing Edison --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index 964368743..1bf35e142 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -775,11 +775,11 @@ static_build_task: build_script: | set -ex - mkdir -p /nix mkdir -p .cache - mount --bind .cache /nix + mv .cache /nix if [[ -z $(ls -A /nix) ]]; then podman run --rm --privileged -ti -v /:/mnt nixos/nix cp -rfT /nix /mnt/nix; fi podman run --rm --privileged -ti -v /nix:/nix -v ${PWD}:${PWD} -w ${PWD} nixos/nix nix --print-build-logs --option cores 8 --option max-jobs 8 build --file nix/ + mv /nix .cache chown -Rf $(whoami) .cache binaries_artifacts: -- cgit v1.2.3-54-g00ecf