mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Don't talk about a "current folder build output"
Presumably this refers to ./default.nix but the support for that in 'nix' is tenuous. Also folders are a Mac thing.
This commit is contained in:
parent
9750430003
commit
7cba4214a8
1 changed files with 4 additions and 4 deletions
|
@ -69,12 +69,12 @@ struct CmdCopy : StorePathsCommand
|
||||||
},
|
},
|
||||||
#ifdef ENABLE_S3
|
#ifdef ENABLE_S3
|
||||||
Example{
|
Example{
|
||||||
"To populate the current folder build output to a S3 binary cache:",
|
"To copy Hello to an S3 binary cache:",
|
||||||
"nix copy --to s3://my-bucket?region=eu-west-1"
|
"nix copy --to s3://my-bucket?region=eu-west-1 nixpkgs.hello"
|
||||||
},
|
},
|
||||||
Example{
|
Example{
|
||||||
"To populate the current folder build output to an S3-compatible binary cache:",
|
"To copy Hello to an S3-compatible binary cache:",
|
||||||
"nix copy --to s3://my-bucket?region=eu-west-1&endpoint=example.com"
|
"nix copy --to s3://my-bucket?region=eu-west-1&endpoint=example.com nixpkgs.hello"
|
||||||
},
|
},
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue