aboutsummaryrefslogtreecommitdiff
path: root/src/nix/flake-clone.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/flake-clone.md')
-rw-r--r--src/nix/flake-clone.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/nix/flake-clone.md b/src/nix/flake-clone.md
new file mode 100644
index 000000000..36cb96051
--- /dev/null
+++ b/src/nix/flake-clone.md
@@ -0,0 +1,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*.
+
+)""