From e7cdbdd39b074ebe5d4f5f4dba53250ba4e1cfda Mon Sep 17 00:00:00 2001 From: Qyriad Date: Wed, 18 Feb 2026 16:26:19 +0100 Subject: [PATCH] README: add backticks around local paths --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c58f57e..a82f2cc 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ $ nix build --experimental-features "nix-command flakes pipe-operator pipe-opera ## Gotosocial -This example, implemented in [./modules/dynamicism/gotosocial.nix](./modules/dynamicism/gotosocial.nix), is tested in [./tests/gotosocial](./tests/gotosocial). +This example, implemented in [`./modules/dynamicism/gotosocial.nix`](./modules/dynamicism/gotosocial.nix), is tested in [`./tests/gotosocial`](./tests/gotosocial). The test sets up a VM using NixOS's `services.gotosocial` module with the following *static* [configuration](./tests/gotosocial/configuration.nix): ```nix @@ -64,7 +64,7 @@ The automated [test script](./tests/gotosocial/test-script.py): ## Harmonia -This example, implemented in [./modules/dynamicism/harmonia.nix](./modules/dynamicism/harmonia.nix), is tested in [./tests/harmonia](./tests/harmonia). +This example, implemented in [`./modules/dynamicism/harmonia.nix`](./modules/dynamicism/harmonia.nix), is tested in [`./tests/harmonia`](./tests/harmonia). The test sets up a VM using NixOS's `services.harmonia` module with the following *static* [configuration](./tests/harmonia/configuration.nix) ```nix @@ -93,7 +93,7 @@ The VM [test script](./tests/harmonia/test-script.py): ## Distccd -This example, implemented in [./modules/dynamicism/distccd.nix](./modules/dynamicism/distccd.nix), is tested in [./tests/distccd](./tests/distccd). +This example, implemented in [`./modules/dynamicism/distccd.nix`](./modules/dynamicism/distccd.nix), is tested in [`./tests/distccd`](./tests/distccd). The test sets up a VM using NixOS's `services.distccd` module with the following *static* [configuration](./tests/distccd/configuration.nix): ```nix