changed url in flake to string
authorRonnie Hounskul <redacted>
Tue, 25 Jun 2024 23:02:49 +0000 (07:02 +0800)
committerRonnie Hounskul <redacted>
Tue, 25 Jun 2024 23:02:49 +0000 (07:02 +0800)
readme_template.md

index eaf703c099e9e274612e0184b4057e6172606f55..223bae8652df91138ccbd95bc401f3d3112bd505 100644 (file)
@@ -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 = "<architecture>";
git clone https://git.99rst.org/PROJECT