Flakes: Difference between revisions

imported>Mic92
more inputs examples
imported>Mic92
Line 74: Line 74:
{
{
   # github example, also supported gitlab:
   # github example, also supported gitlab:
   input.nixpkgs.url = "github:Mic92/nixpkgs/master";
   inputs.nixpkgs.url = "github:Mic92/nixpkgs/master";
   # 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";