2 parents be2949d + 411b44e commit ecd17dbCopy full SHA for ecd17db
1 file changed
Makefile
@@ -7,6 +7,5 @@ nix-cache-push::
7
@echo "Building node_modules..."
8
nix build --no-link .#node_modules
9
@echo "Pushing closure to S3 cache..."
10
- nix copy \
11
- $$(nix path-info -r .#node_modules) \
12
- --to 's3://$(NIX_CACHE_BUCKET)?endpoint=$(NIX_CACHE_ENDPOINT)®ion=$(NIX_CACHE_REGION)&scheme=https&profile=garage&secret-key=$(NIX_CACHE_SECRET_KEY)'
+ nix copy .#node_modules \
+ --to 's3://$(NIX_CACHE_BUCKET)?endpoint=$(NIX_CACHE_ENDPOINT)®ion=$(NIX_CACHE_REGION)&scheme=https&profile=garage&secret-key=$(NIX_CACHE_SECRET_KEY)&multipart-upload=true'
0 commit comments