git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
05a9ae6
)
changed url in flake to string
author
Ronnie Hounskul
<redacted>
Tue, 25 Jun 2024 23:02:49 +0000
(07:02 +0800)
committer
Ronnie Hounskul
<redacted>
Tue, 25 Jun 2024 23:02:49 +0000
(07:02 +0800)
readme_template.md
patch
|
blob
|
history
diff --git
a/readme_template.md
b/readme_template.md
index eaf703c099e9e274612e0184b4057e6172606f55..223bae8652df91138ccbd95bc401f3d3112bd505 100644
(file)
--- 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 = "<architecture>";
git clone https://git.99rst.org/PROJECT