Loading ci/pinned-nixpkgs.json +2 −2 Original line number Diff line number Diff line { "rev": "cfb89a95f19bea461fc37228dc4d07b22fe617c2", "sha256": "1yhsacvry6j8r02lk70p9dphjpi8lpzgq2qay8hiy4nqlys0mrch" "rev": "521d48afa9ae596930a95325529df27fa7135ff5", "sha256": "0a1pa5azw990narsfipdli1wng4nc3vhvrp00hb8v1qfchcq7dc9" } ci/update-pinned-nixpkgs.sh +2 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,8 @@ repo=https://github.com/nixos/nixpkgs branch=nixpkgs-unstable file=$SCRIPT_DIR/pinned-nixpkgs.json rev=$(git ls-remote "$repo" refs/heads/"$branch" | cut -f1) defaultRev=$(git ls-remote "$repo" refs/heads/"$branch" | cut -f1) rev=${1:-$defaultRev} sha256=$(nix-prefetch-url --unpack "$repo/archive/$rev.tar.gz" --name source) jq -n --arg rev "$rev" --arg sha256 "$sha256" '$ARGS.named' | tee /dev/stderr > $file Loading
ci/pinned-nixpkgs.json +2 −2 Original line number Diff line number Diff line { "rev": "cfb89a95f19bea461fc37228dc4d07b22fe617c2", "sha256": "1yhsacvry6j8r02lk70p9dphjpi8lpzgq2qay8hiy4nqlys0mrch" "rev": "521d48afa9ae596930a95325529df27fa7135ff5", "sha256": "0a1pa5azw990narsfipdli1wng4nc3vhvrp00hb8v1qfchcq7dc9" }
ci/update-pinned-nixpkgs.sh +2 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,8 @@ repo=https://github.com/nixos/nixpkgs branch=nixpkgs-unstable file=$SCRIPT_DIR/pinned-nixpkgs.json rev=$(git ls-remote "$repo" refs/heads/"$branch" | cut -f1) defaultRev=$(git ls-remote "$repo" refs/heads/"$branch" | cut -f1) rev=${1:-$defaultRev} sha256=$(nix-prefetch-url --unpack "$repo/archive/$rev.tar.gz" --name source) jq -n --arg rev "$rev" --arg sha256 "$sha256" '$ARGS.named' | tee /dev/stderr > $file