README: add backticks around local paths
This commit is contained in:
parent
9e575d269a
commit
e7cdbdd39b
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue