Flakes: Difference between revisions

imported>Jorsn
Add privacy warning (flakes get copied to the store)
imported>Jorsn
Input Schema: make path input url more robust + correct comment
Line 90: Line 90:
   # 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 Git repository)
   # local directories (for absolute paths you can omit 'path:')
   inputs.directory-example.url = "/path/to/repo";
   inputs.directory-example.url = "path:/path/to/repo";
   # Use this for non-flakes
   # Use this for non-flakes
   inputs.bar.url = "github:foo/bar/branch";
   inputs.bar.url = "github:foo/bar/branch";