From 3a5ecf9ee3e00af01b0151b147e246745b6707b3 Mon Sep 17 00:00:00 2001 From: Ate Eskola Date: Thu, 22 Feb 2024 14:15:59 +0200 Subject: [PATCH] fix: added internal newlines to redme addition. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00088d29..5a7fcc14 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,12 @@ in You can find the full example in [`templates/pre-flake-devshell/`](./templates/pre-flake-devshell/). -It should be noted that unlike most traditional Nix projects, this will not build the compilers using your ``. Instead it will build them using a fixed Nixpkgs version defined in `flake.lock` of this project. Indeed this is one of the differences how things are usually done with and without flakes, even when it's possible to either pin or to not pin the nixpkgs version regardless of flake use. +It should be noted that unlike most traditional Nix projects, this will not +build the compilers using your ``. Instead it will build them using a +fixed Nixpkgs version defined in `flake.lock` of this project. Indeed this is +one of the differences how things are usually done with and without flakes, +even when it's possible to either pin or to not pin the nixpkgs version +regardless of flake use. ## Source and binary variants