mirror of
https://github.com/NixOS/nix
synced 2025-06-24 22:11:15 +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`.
448 B
448 B
Name
nix-store --restore
- extract a Nix archive
Synopsis
nix-store
--restore
path
Description
The operation --restore
unpacks a Nix Archive (NAR) 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}}