mirror of
https://github.com/NixOS/nix
synced 2025-06-24 13:51:16 +02:00
This is needed to avoid this https://github.com/mesonbuild/meson/issues/13774 when we go back to making our subproject directory `src`.
18 lines
335 B
Markdown
18 lines
335 B
Markdown
# Name
|
|
|
|
`nix-store --load-db` - import Nix database
|
|
|
|
# Synopsis
|
|
|
|
`nix-store` `--load-db`
|
|
|
|
# Description
|
|
|
|
The operation `--load-db` reads a dump of the Nix database created by
|
|
`--dump-db` from standard input and loads it into the Nix database.
|
|
|
|
{{#include ./opt-common.md}}
|
|
|
|
{{#include ../opt-common.md}}
|
|
|
|
{{#include ../env-common.md}}
|