File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1515 - uses : actions/cache@v4
1616 with :
1717 path : .cache
18- key : nix-v1-2.12.0 -${{ hashFiles('nix/nixpkgs.json') }}
18+ key : nix-v1-2.24.9 -${{ hashFiles('nix/nixpkgs.json') }}
1919
2020 - run : sudo apt-get update
2121
2525 set -ex
2626 sudo mkdir -p .cache
2727 sudo mv .cache /nix
28- if [[ -z $(ls -A /nix) ]]; then sudo docker run --rm --privileged -v /:/mnt nixos/nix:2.12.0 cp -rfT /nix /mnt/nix; fi
28+ if [[ -z $(ls -A /nix) ]]; then sudo docker run --rm --privileged -v /:/mnt nixos/nix:2.24.9 cp -rfT /nix /mnt/nix; fi
2929 sudo RUNTIME=docker SKIP_CHECKS=1 SKIP_GPG=1 build-aux/release.sh
3030 sudo mv /nix .cache
3131 sudo chown -Rf $(whoami) .cache
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ git-version.h:
239239 fi
240240
241241nixpkgs :
242- @nix run -f channel:nixpkgs-unstable nix-prefetch-git -- \
242+ @nix --extra-experimental-features nix-command run -f channel:nixpkgs-unstable nix-prefetch-git -- \
243243 --no-deepClone https://github.com/nixos/nixpkgs > nix/nixpkgs.json
244244
245245dist-hook :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set -xeuo pipefail
55SKIP_GPG=${SKIP_GPG:- }
66SKIP_CHECKS=${SKIP_CHECKS:- }
77
8- NIX_IMAGE=${NIX_IMAGE:- nixos/ nix: 2.12.0 }
8+ NIX_IMAGE=${NIX_IMAGE:- nixos/ nix: 2.24.9 }
99
1010test -e Makefile && make distclean
1111
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ with pkgs; stdenv.mkDerivation {
1414 autoreconfHook
1515 autoPatchelfHook
1616 bash
17- gitMinimal
17+ git
1818 pkg-config
1919 python3
2020 which
Original file line number Diff line number Diff line change 11{
22 "url" : " https://github.com/nixos/nixpkgs" ,
3- "rev" : " 69b095e77f0a6b6ff498093410fc85d18919d3ad " ,
4- "date" : " 2024-06-24T16:37:24+03 :00" ,
5- "path" : " /nix/store/2bxcxg9rb6xhfnmzkx8lhsy1c6hrvw1m -nixpkgs" ,
6- "sha256" : " 1km3laqpzhs669ml28rskqxy9v8924nvc5h1f1bw42si8j1a5kh4 " ,
7- "hash" : " sha256-BM6igkRRC8JXcAEWti0RCe3kO546I0FrMkbDf7Gio84 =" ,
3+ "rev" : " 75ed009f22af3b8439d2f426a793f26e5cd4cf77 " ,
4+ "date" : " 2024-10-07T14:46:56+02 :00" ,
5+ "path" : " /nix/store/kdqcyq2g9skx5y5vdh08wg5kfqrdgb0a -nixpkgs" ,
6+ "sha256" : " 0vnxh80kbkc5lxdndbxr31pnvi0xj8shyyi8s75c58n3c0nfr6bc " ,
7+ "hash" : " sha256-bJnsLGDDosLK0Sh6DzWSHcRtbxi5r2Zbp4XNNQGC3W4 =" ,
88 "fetchLFS" : false ,
99 "fetchSubmodules" : false ,
1010 "deepClone" : false ,
You can’t perform that action at this time.
0 commit comments