1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-07 09:31:01 +01:00
nix/src/nix/flake-clone.md
2020-12-23 18:26:40 +01:00

314 B

R""(

Examples

  • Check out the source code of the dwarffs flake and build it:

    # nix flake clone dwarffs --dest dwarffs
    # cd dwarffs
    # nix build
    

Description

This command performs a Git or Mercurial clone of the repository containing the source code of the flake flake-url.

)""