From f9249e06bebcfdbe1cc39e8f785aa6fb64c2f932 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sun, 5 Dec 2021 23:09:23 +0100 Subject: rephrase readme --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 3d5929f..1a554f6 100644 --- a/README.org +++ b/README.org @@ -12,8 +12,8 @@ environments for different development frameworks. But creating a new virtual environment may end up being non trivial and cumbersome, because =nix-shell= doesn't have a similar database of crowdsourced -configurations. -Consider the example of OCaml virtual environments. Simply using the =shell.nix= file +configurations. Consider the example of OCaml virtual environments. Simply using +the =shell.nix= file given by #+BEGIN_SRC nix { pkgs ? import {} }: { @@ -28,7 +28,7 @@ rewrite the same code or to find the previous file and copy it. =venv-manager= aims to fill that gap by using the modularity of Nix to provide common configurations for virtual environments that may be enabled in a whim. -Now creating the same OCaml environment only requires the following declaration +Now creating the same OCaml environment only requires the following declaration. #+BEGIN_SRC nix { ocaml = { -- cgit v1.2.3