diff --git a/readme_template.md b/readme_template.md index eaf703c09..223bae865 100644 --- a/readme_template.md +++ b/readme_template.md @@ -386,7 +386,7 @@ like this: ```nix { - inputs.hosts.url = github:StevenBlack/hosts; + inputs.hosts.url = "github:StevenBlack/hosts"; outputs = { self, nixpkgs, hosts }: { nixosConfigurations.my-hostname = { system = "";