aboutsummaryrefslogtreecommitdiff
path: root/src/nix/flake-clone.md
blob: 36cb960515bc3134edf283ced9a055797eab0699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
R""(

# Examples

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

  ```console
  # 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*.

)""