mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 10:46:15 +02:00
eb7d7780b1
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}}
|