mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
fix: fix nix flake sed command (#13243)
This commit is contained in:
@@ -13,4 +13,4 @@ echo "Calculating SRI hash..."
|
||||
HASH=$(go run tailscale.com/cmd/nardump --sri "$OUT/pkg/mod/cache/download")
|
||||
sudo rm -rf "$OUT"
|
||||
|
||||
sed -i "s/\(vendorHash = \"\)[^\"]*/\1${HASH}/" ./flake.nix
|
||||
sed -i "s#\(vendorHash = \"\)[^\"]*#\1${HASH}#" ./flake.nix
|
||||
|
||||
Reference in New Issue
Block a user