From: Ronnie Hounskul Date: Tue, 25 Jun 2024 23:02:49 +0000 (+0800) Subject: changed url in flake to string X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d94854d7fb3d38408c4dd4da87458d2945a430b8;p=stevenblack-hosts.git changed url in flake to string --- 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 = "";