From 31808b1315bc8476fe29d80f76622b8b5763af9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Tue, 18 Dec 2018 14:09:43 +0000 Subject: [PATCH] README: styling --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f27215f..a905d86 100644 --- a/README.md +++ b/README.md @@ -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. -``` +```nix { pkgs, ... }: { 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. -# "FAQ" +# FAQ ### Do I need to use Hercules CI?