smart quotes

This commit is contained in:
Amy de Buitléir 2023-06-13 17:11:24 +01:00
parent b410334dd8
commit dc009738d2

View file

@ -39,11 +39,11 @@ presented in the previous section, most of it should look familiar.
....
This `flake.nix` doesnt have a `devShells` section, because development
on the current version doesnt require anything beyond the ``bare
bones'' linux commands. Later we will add a feature that requires
on the current version doesnt require anything beyond
the "`bare bones`" linux commands. Later we will add a feature that requires
additional development tools.
Now lets look at the section I labeled ```SOME UNFAMILIAR STUFF`'' and
Now lets look at the section I labeled `SOME UNFAMILIAR STUFF` and
see what it does.
....
@ -83,8 +83,8 @@ unpacked.
The `buildPhase` variable is a sequence of Linux commands to build the
package. Typically, building a package requires compiling the source
code. However, thats not required for a simple shell script. So
`buildPhase` consists of a single command, `:`, which is a no-op or ``do
nothing'' command.
`buildPhase` consists of a single command, `:`,
which is a no-op or "`do nothing`" command.
The `installPhase` variable is a sequence of Linux commands that will do
the actual installation. In this case, we create a directory (3) for the