mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
changed url in flake to string
This commit is contained in:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user