diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2022-12-12 07:33:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-12 07:33:36 -0500 |
commit | 1879c7c95e14ffcda30810747f28f422f56a63e2 (patch) | |
tree | 82467a251d60cfe56325cb50121a889fa6bf7935 /doc/manual/src/command-ref/nix-store.md | |
parent | 26534f141cb52adf0135e86c71628cdef844a57a (diff) | |
parent | c00fb26bed74531882c8f059094bf9e74a715c08 (diff) |
Merge branch 'master' into indexed-store-path-outputs
Diffstat (limited to 'doc/manual/src/command-ref/nix-store.md')
-rw-r--r-- | doc/manual/src/command-ref/nix-store.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/manual/src/command-ref/nix-store.md b/doc/manual/src/command-ref/nix-store.md index 1251888e9..b712a7463 100644 --- a/doc/manual/src/command-ref/nix-store.md +++ b/doc/manual/src/command-ref/nix-store.md @@ -22,7 +22,8 @@ This section lists the options that are common to all operations. These options are allowed for every subcommand, though they may not always have an effect. - - [`--add-root`]{#opt-add-root} *path*\ + - <span id="opt-add-root">[`--add-root`](#opt-add-root)</span> *path* + Causes the result of a realisation (`--realise` and `--force-realise`) to be registered as a root of the garbage collector. *path* will be created as a symlink to the resulting @@ -104,10 +105,6 @@ The following flags are available: previous build, the new output path is left in `/nix/store/name.check.` - See also the `build-repeat` configuration option, which repeats a - derivation a number of times and prevents its outputs from being - registered as “valid” in the Nix store unless they are identical. - Special exit codes: - `100`\ |