diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2022-04-07 19:45:38 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2022-04-07 19:45:38 +0000 |
commit | fda2224b591c2667d18fb815f117f48b45a54cb1 (patch) | |
tree | 7329914805af36be6841bf4d50dfc22e15422dad /src/nix/nix.md | |
parent | 5c1f2e0fb13023a40d6451bfa176151369c4d2ac (diff) |
Add release notes mark experimental
Diffstat (limited to 'src/nix/nix.md')
-rw-r--r-- | src/nix/nix.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nix/nix.md b/src/nix/nix.md index 4919763c4..691aa137b 100644 --- a/src/nix/nix.md +++ b/src/nix/nix.md @@ -132,6 +132,8 @@ the Nix store. Here are the recognised types of installables: * **Indexed store derivations**: `/nix/store/p7gp6lxdg32h4ka1q398wd9r2zkbbz2v-hello-2.10.drv!out` + *(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 `--derivation`) and getting all the outputs. |