README: styling

This commit is contained in:
Domen Kožar 2018-12-18 14:09:43 +00:00 committed by GitHub
parent 0f6a1bd41f
commit 31808b1315
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ Have [Nix](https://nixos.org/nix/) and Docker installed.
This Nix expression serves the Nix manual at host port 8000 when launched with `arion up`. It is a function from a package set (`pkgs`) to a configuration. This Nix expression serves the Nix manual at host port 8000 when launched with `arion up`. It is a function from a package set (`pkgs`) to a configuration.
``` ```nix
{ pkgs, ... }: { pkgs, ... }:
{ {
config.docker-compose.services = { config.docker-compose.services = {
@ -89,7 +89,7 @@ where it runs the module system (known from NixOS) and provides the configuratio
The interesting part is of course the [service-host-store.nix module](src/nix/service-host-store.nix) which performs the bind mounts to make the host Nix store available in the container. The interesting part is of course the [service-host-store.nix module](src/nix/service-host-store.nix) which performs the bind mounts to make the host Nix store available in the container.
# "FAQ" # FAQ
### Do I need to use Hercules CI? ### Do I need to use Hercules CI?