Flakes: Difference between revisions
imported>Thequicksort m Minor typo: ) -> } |
imported>Bobvanderlinden No edit summary |
||
Line 89: | Line 89: | ||
# git urls | # git urls | ||
inputs.git-example.url = "git+https://git.somehost.tld/user/path"; | inputs.git-example.url = "git+https://git.somehost.tld/user/path"; | ||
# local directories (needs to be a repository | # local directories (needs to be a Git repository) | ||
inputs.directory-example.url = "/path/to/repo"; | inputs.directory-example.url = "/path/to/repo"; | ||
# Use this for non-flakes | # Use this for non-flakes |