Files
lix/src
Eelco Dolstra 54037f4e2d Allow flake input specification via attributes rather than a URL
E.g.

  inputs.dwarffs = {
    type = "github";
    owner = "edolstra";
    repo = "dwarffs";
  };

rather than

  inputs.dwarffs.url = github:edolstra/dwarffs;
2020-01-31 20:50:46 +01:00
..
2019-05-29 17:01:39 +08:00
2019-12-10 22:06:05 +01:00
2020-01-31 19:35:28 +01:00
2020-01-31 19:35:28 +01:00