mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21: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`.
6 lines
317 B
Markdown
6 lines
317 B
Markdown
# Sharing Packages Between Machines
|
|
|
|
Sometimes you want to copy a package from one machine to another. Or,
|
|
you want to install some packages and you know that another machine
|
|
already has some or all of those packages or their dependencies. In that
|
|
case there are mechanisms to quickly copy packages between machines.
|