From ff795b9bf4746f6704b5e3c3bcc9483f407febfd Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sun, 9 Aug 2026 17:57:21 +0200 Subject: [PATCH] tools: fix quote escaping in `update-nixpkgs-pin.sh` Signed-off-by: Antoine du Hamel --- tools/dep_updaters/update-nixpkgs-pin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dep_updaters/update-nixpkgs-pin.sh b/tools/dep_updaters/update-nixpkgs-pin.sh index ba1f0e6efcc0..65c6ff2465f1 100755 --- a/tools/dep_updaters/update-nixpkgs-pin.sh +++ b/tools/dep_updaters/update-nixpkgs-pin.sh @@ -86,7 +86,7 @@ nix-instantiate -I "nixpkgs=$NIXPKGS_PIN_FILE" --eval --strict --json -E " }: { - # "default" OpenSSL release line, should be kept in sync with the bundled version: + # \"default\" OpenSSL release line, should be kept in sync with the bundled version: openssl = pkgs.\(.default); # Other OpenSSL variants we want to test for: