nixery/build-image
Vincent Ambo 72cadc72fa refactor(build-image): Do not assemble image layers in Nix
This is the first step towards a more granular build process where
some of the build responsibility moves into the server component.

Rather than assembling all layers inside of Nix, it will only create
the symlink forest and return information about the runtime paths
required by the image.

The server is then responsible for grouping these paths into layers,
and assembling the layers themselves.

Relates to #50.
2019-10-03 13:21:04 +01:00
..
build-image.nix refactor(build-image): Do not assemble image layers in Nix 2019-10-03 13:21:04 +01:00
default.nix feat: Add configuration option for popularity data URL 2019-09-21 12:44:40 +01:00
go-deps.nix style: Apply nixfmt to trivial Nix files 2019-08-14 00:02:04 +01:00
group-layers.go refactor(server): Use wrapper script to avoid path dependency 2019-08-14 00:02:04 +01:00
load-pkgs.nix refactor(server): Move package source management logic to server 2019-09-10 11:32:37 +01:00