We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c557c25 commit ee817b4Copy full SHA for ee817b4
scripts/update-flake.sh
@@ -13,4 +13,4 @@ echo "Calculating SRI hash..."
13
HASH=$(go run tailscale.com/cmd/nardump --sri "$OUT/pkg/mod/cache/download")
14
sudo rm -rf "$OUT"
15
16
-sed -i "s/\(vendorHash = \"\)[^\"]*/\1${HASH}/" ./flake.nix
+sed -i "s#\(vendorHash = \"\)[^\"]*#\1${HASH}#" ./flake.nix
0 commit comments