Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
flake-archive

R""(

Examples

  • Copy the dwarffs flake and its dependencies to a binary cache:

    # nix flake archive --to file:///tmp/my-cache dwarffs
  • Fetch the dwarffs flake and its dependencies to the local Nix store:

    # nix flake archive dwarffs
  • Print the store paths of the flake sources of NixOps without fetching them:

    # nix flake archive --json --dry-run nixops

Description

FIXME

)""