diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index b34400204..3dc7d9b9e 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ # # To build pandoc run: # nix-build -# To run a nix shell with everthing needed to build pandoc with cabal: +# To run a nix shell with everything needed to build pandoc with cabal: # nix-shell # To build pandoc for use on Linux and macOS systems without Nix: # nix-build -A patched |