mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 08:46:16 +02:00
19 lines
314 B
Markdown
19 lines
314 B
Markdown
|
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*.
|
||
|
|
||
|
)""
|