Merge pull request #324 from hercules-ci/issue-323
Document attribute escaping
This commit is contained in:
commit
a2a94cdb39
5 changed files with 46 additions and 1 deletions
|
|
@ -29,6 +29,13 @@ mkTransposedPerSystemModule {
|
|||
`nix bundle --bundler .#<name> .#<package>` bundles `<package>` using bundler `<name>`.
|
||||
|
||||
Define a `default` bundler to use `nix bundle --bundler .#`.
|
||||
|
||||
Attribute names containing special characters like `.` must be doubly quoted when used in installable arguments:
|
||||
```bash
|
||||
nix bundle --bundler '.#"example.com"' .#package
|
||||
```
|
||||
|
||||
Consider using `:` or `/` as separators instead (e.g., `foo:bar`) for better command-line usability.
|
||||
'';
|
||||
};
|
||||
file = ./bundlers.nix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue