From 4cb73ff5d94c7a6d5f3640e1c97d1bd7ff5dda1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Mon, 12 Jun 2023 17:31:42 +0100 Subject: [PATCH] initial commit --- source/hello-flake.adoc0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/hello-flake.adoc0 b/source/hello-flake.adoc0 index 3a65c35..c040e07 100644 --- a/source/hello-flake.adoc0 +++ b/source/hello-flake.adoc0 @@ -4,8 +4,8 @@ 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. -The first time you use a package, Nix has to fetch and build it, which -may take a few minutes. Subsequent invocations should be instantaneous. +The first time you use a flake, Nix has to fetch and build it, which +may take time. Subsequent invocations should be instantaneous. .... $ nix run "git+https://codeberg.org/mhwombat/hello-flake"