Skip to content

Commit ecd17db

Browse files
committed
Merge branch 'nix'
2 parents be2949d + 411b44e commit ecd17db

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ nix-cache-push::
77
@echo "Building node_modules..."
88
nix build --no-link .#node_modules
99
@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)&region=$(NIX_CACHE_REGION)&scheme=https&profile=garage&secret-key=$(NIX_CACHE_SECRET_KEY)'
10+
nix copy .#node_modules \
11+
--to 's3://$(NIX_CACHE_BUCKET)?endpoint=$(NIX_CACHE_ENDPOINT)&region=$(NIX_CACHE_REGION)&scheme=https&profile=garage&secret-key=$(NIX_CACHE_SECRET_KEY)&multipart-upload=true'

0 commit comments

Comments
 (0)