mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Fix some grammar in installables doc (#8682)
This commit is contained in:
parent
028b26a77f
commit
3fa0266e7a
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ The following types of installable are supported by most commands:
|
||||||
- [Nix file](#nix-file), optionally qualified by an attribute path
|
- [Nix file](#nix-file), optionally qualified by an attribute path
|
||||||
- [Nix expression](#nix-expression), optionally qualified by an attribute path
|
- [Nix expression](#nix-expression), optionally qualified by an attribute path
|
||||||
|
|
||||||
For most commands, if no installable is specified, `.` as assumed.
|
For most commands, if no installable is specified, `.` is assumed.
|
||||||
That is, Nix will operate on the default flake output attribute of the flake in the current directory.
|
That is, Nix will operate on the default flake output attribute of the flake in the current directory.
|
||||||
|
|
||||||
### Flake output attribute
|
### Flake output attribute
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue