diff --git a/doc/manual/nix-store.xml b/doc/manual/nix-store.xml index 13b6d1cfa1..cb77b3147c 100644 --- a/doc/manual/nix-store.xml +++ b/doc/manual/nix-store.xml @@ -729,6 +729,40 @@ $ nix-store -q --roots $(which svn) + + +Operation <option>--add</option> + +Synopsis + + + nix-store + + paths + + + + +Description + +The operation adds the specified paths to +the Nix store. It prints the resulting paths in the Nix store on +standard output. + + + +Example + + +$ nix-store --add ./foo.c +/nix/store/m7lrha58ph6rcnv109yzx1nk1cj7k7zf-foo.c + + + + + + + Operation <option>--verify</option>