Merge pull request #2677 from veeronniecaw/readme_template_patch

changed url in flake to string
This commit is contained in:
Steven Black
2024-06-25 22:31:01 -04:00
committed by GitHub
+1 -1
View 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>";