This commit is contained in:
Amy de Buitléir 2025-09-14 20:49:57 +01:00
parent a23029eb15
commit 00bfdf2c0f
12 changed files with 161 additions and 140 deletions

View file

@ -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.