diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2022-07-14 20:22:46 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2022-07-14 20:23:43 -0400 |
commit | 8735f55decab03ecf3571f756a22abc3b3dc6304 (patch) | |
tree | 38742c11469a47e1bcb6884d917eb4f250b74a84 /src/nix/nix.md | |
parent | f3262bc2165af90fd20f04f74243aa75137767a2 (diff) |
Fix bug, test more, document more
Diffstat (limited to 'src/nix/nix.md')
-rw-r--r-- | src/nix/nix.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nix/nix.md b/src/nix/nix.md index 32112d38d..5d669e8b1 100644 --- a/src/nix/nix.md +++ b/src/nix/nix.md @@ -134,8 +134,9 @@ the Nix store. Here are the recognised types of installables: *(Experimental, part of by the `computed-derivations` experimental feature.)* - Store derivations can be indexed with a specific output name. This - allows finer control versus just specifying a derivation (without + Store derivations can be indexed with a non-empty comma-separated list + of specific output names, or `*` meaning all ouptuts. This allows + finer control versus just specifying a derivation (without `--derivation`) and getting all the outputs. This is especially useful for (currently unstable) floating content |