From cfdbafd05910013706a4568babe27b1ed8ea720d Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 8 Mar 2020 19:51:43 +0000 Subject: [PATCH] blog/howistartnix: nl -> ul --- blog/how-i-start-nix-2020-03-08.markdown | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/blog/how-i-start-nix-2020-03-08.markdown b/blog/how-i-start-nix-2020-03-08.markdown index 84a1fc3..4d34f87 100644 --- a/blog/how-i-start-nix-2020-03-08.markdown +++ b/blog/how-i-start-nix-2020-03-08.markdown @@ -17,12 +17,12 @@ compiler to be installed with [rustup] or similar. [nix]: https://nixos.org/nix/ [rustup]: https://rustup.rs -1. Setting up your environment -2. A new project -3. Setting up the Rust compiler -4. Serving HTTP -5. A simple package build -6. Shipping it in a docker image +- Setting up your environment +- A new project +- Setting up the Rust compiler +- Serving HTTP +- A simple package build +- Shipping it in a docker image ## Setting up your environment