summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org6
1 files changed, 3 insertions, 3 deletions
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 <nixpkgs> {} }:
{
@@ -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 = {