From d94854d7fb3d38408c4dd4da87458d2945a430b8 Mon Sep 17 00:00:00 2001 From: Ronnie Hounskul Date: Wed, 26 Jun 2024 07:02:49 +0800 Subject: [PATCH] changed url in flake to string --- readme_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "";