We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85900e8 commit 05ab6f8Copy full SHA for 05ab6f8
1 file changed
tools/dep_updaters/update-nixpkgs-pin.sh
@@ -6,7 +6,6 @@ set -ex
6
BASE_DIR=$(cd "$(dirname "$0")/../.." && pwd)
7
NIXPKGS_PIN_FILE="$BASE_DIR/tools/nix/pkgs.nix"
8
OPENSSL_MATRIX_FILE="$BASE_DIR/tools/nix/openssl-matrix.json"
9
-TEST_SHARED_WORKFLOW_FILE="$BASE_DIR/.github/workflows/test-shared.yml"
10
11
NIXPKGS_REPO=$(grep 'repo =' "$NIXPKGS_PIN_FILE" | awk -F'"' '{ print $2 }')
12
CURRENT_VERSION_SHA1=$(grep 'rev =' "$NIXPKGS_PIN_FILE" | awk -F'"' '{ print $2 }')
0 commit comments