lix/src/libexpr/flake
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
..
eval-cache.cc Merge remote-tracking branch 'origin/master' into flakes 2019-12-11 14:53:30 +01:00
eval-cache.hh Merge remote-tracking branch 'origin/master' into flakes 2019-12-11 14:53:30 +01:00
flake.cc Allow flake input specification via attributes rather than a URL 2020-01-31 20:50:46 +01:00
flake.hh Add --update-input flag to update a specific flake input 2020-01-29 23:14:27 +01:00
flakeref.cc Change lock file format to use an attribute representation of flake refs rather than URLs 2020-01-31 19:16:40 +01:00
flakeref.hh Change lock file format to use an attribute representation of flake refs rather than URLs 2020-01-31 19:16:40 +01:00
lockfile.cc Change lock file format to use an attribute representation of flake refs rather than URLs 2020-01-31 19:16:40 +01:00
lockfile.hh Check LockedInput::computeStorePath() 2020-01-30 00:13:37 +01:00