diff options
author | stuebinm | 2021-02-28 14:25:36 +0100 |
---|---|---|
committer | stuebinm | 2021-02-28 14:25:36 +0100 |
commit | 61bf48c71c8ae87c55ad7244ce202b6c9cf9c86c (patch) | |
tree | 7789e2c4937e88b2e65233de9e206b98815dec8b | |
parent | 98a6f5a8faf5fb11bbe6775de925e916b454f2ba (diff) |
corrected repo name in readme
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ a normal NixOS service, i.e. like so: ```nix {config, pkgs, ...}: { - imports = [ "${fediventure}/workadventure.nix" ]; + imports = [ "${this-repo}/workadventure.nix" ]; services.workadventure."localhost" = { nginx = { @@ -28,4 +28,4 @@ a normal NixOS service, i.e. like so: }; }; } -```
\ No newline at end of file +``` |