Skip to content

Commit 3bd515e

Browse files
authored
docs: fix nix inputs URL (#19)
1 parent d68ac8c commit 3bd515e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ If you are interested, read on and take a look at the [recorded terminal session
8181
{
8282

8383
# [...]
84-
inputs.isd.url = "{{config['repo_url']}}"
84+
inputs.isd.url = "{{config['repo_url'] | replace('https://github.com/', 'github:')}}";
8585
# [...]
8686

8787
outputs = {self, ...}@inputs: {

0 commit comments

Comments
 (0)