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
..
build-remote Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
cpptoml bump cpptoml to v0.1.1 2019-05-29 17:01:39 +08:00
libexpr Allow flake input specification via attributes rather than a URL 2020-01-31 20:50:46 +01:00
libmain Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
libstore Cleanup 2020-01-31 19:35:28 +01:00
libutil Change lock file format to use an attribute representation of flake refs rather than URLs 2020-01-31 19:16:40 +01:00
nix Cleanup 2020-01-31 19:35:28 +01:00
nix-build nix-shell: don't check for "nix-shell" in shebang script name 2019-12-14 15:37:20 +00:00
nix-channel Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
nix-collect-garbage Merge all nix-* binaries into nix 2018-10-26 12:54:00 +02:00
nix-copy-closure Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
nix-daemon Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
nix-env Merge remote-tracking branch 'origin/master' into flakes 2019-12-11 14:53:30 +01:00
nix-instantiate Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
nix-prefetch-url build: fix sandboxing on darwin 2020-01-05 20:23:52 +01:00
nix-store nix flake list-inputs: Pretty-print the tree 2020-01-31 14:09:27 +01:00
resolve-system-dependencies Make the Store API more type-safe 2019-12-10 22:06:05 +01:00