mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2026-05-12 20:43:57 +08:00
temp
This commit is contained in:
parent
a23029eb15
commit
00bfdf2c0f
12 changed files with 161 additions and 140 deletions
|
|
@ -1,11 +1,10 @@
|
|||
= Hello, flake!
|
||||
|
||||
// TODO Need an intro explaining what flakes are. Move the "why flakes" section here.
|
||||
|
||||
Before learning to write Nix flakes, let's learn how to use them. I've
|
||||
created a simple example of a flake in this git
|
||||
https://codeberg.org/mhwombat/hello-flake[repository]. To run this
|
||||
flake, you don't need to install anything; simply run the command below.
|
||||
created a simple example of a flake in this git repository:
|
||||
https://codeberg.org/mhwombat/hello-flake.
|
||||
To run this flake, you don't need to install anything;
|
||||
simply run the command below.
|
||||
The first time you use a flake, Nix has to fetch and build it, which
|
||||
may take time. Subsequent invocations should be instantaneous.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue