changed url in flake to string

This commit is contained in:
Ronnie Hounskul
2024-06-26 07:02:49 +08:00
parent 05a9ae6098
commit d94854d7fb

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>";