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