initial commit

This commit is contained in:
Amy de Buitléir 2023-06-12 17:31:42 +01:00
parent 163bff8ecf
commit 4cb73ff5d9

View file

@ -4,8 +4,8 @@ Before learning to write Nix flakes, lets learn how to use them. Ive
created a simple example of a flake in this git
https://codeberg.org/mhwombat/hello-flake[repository]. To run this
flake, you dont 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"