Skip to content

Commit 41105d8

Browse files
committed
Update nix pin with make nixpkgs
Signed-off-by: Wong Hoi Sing Edison <[email protected]>
1 parent 4828455 commit 41105d8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.cirrus.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -775,11 +775,11 @@ static_build_task:
775775
776776
build_script: |
777777
set -ex
778-
mkdir -p /nix
779778
mkdir -p .cache
780-
mount --bind .cache /nix
779+
mv .cache /nix
781780
if [[ -z $(ls -A /nix) ]]; then podman run --rm --privileged -ti -v /:/mnt nixos/nix cp -rfT /nix /mnt/nix; fi
782781
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/
782+
mv /nix .cache
783783
chown -Rf $(whoami) .cache
784784
785785
binaries_artifacts:

nix/nixpkgs.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"url": "https://github.com/nixos/nixpkgs",
3-
"rev": "d6a445fe821052861b379d9b6c02d21623c25464",
4-
"date": "2020-08-11T04:28:16+01:00",
5-
"sha256": "064scwaxg8qg4xbmq07hag57saa4bhsb4pgg5h5vfs4nhhwvchg9",
3+
"rev": "5f212d693fe1c82f9c7e20cd57bc69802b36a321",
4+
"date": "2020-08-22T01:42:23+02:00",
5+
"sha256": "1h3819ppllcpw07j884bjh07sma07vrrk1md92sf93cg43nmzncf",
66
"fetchSubmodules": false
77
}

0 commit comments

Comments
 (0)