mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 18:56:16 +02:00
19 lines
338 B
Markdown
19 lines
338 B
Markdown
|
# Name
|
||
|
|
||
|
`nix-store --restore` - extract a Nix archive
|
||
|
|
||
|
## Synopsis
|
||
|
|
||
|
`nix-store` `--restore` *path*
|
||
|
|
||
|
## Description
|
||
|
|
||
|
The operation `--restore` unpacks a NAR archive to *path*, which must
|
||
|
not already exist. The archive is read from standard input.
|
||
|
|
||
|
{{#include ./opt-common.md}}
|
||
|
|
||
|
{{#include ../opt-common.md}}
|
||
|
|
||
|
{{#include ../env-common.md}}
|