flake: sort outputs alphabetically

This commit is contained in:
Tobias Happ 2022-10-26 12:28:38 +02:00
parent c0b87d967f
commit 138145d3b1

View file

@ -31,7 +31,10 @@
};
in
{
overlays.default = overlay;
apps.aarch64-linux = {
default = app;
nix-on-droid = app;
};
lib.nixOnDroidConfiguration =
{ config
@ -49,10 +52,7 @@
isFlake = true;
};
apps.aarch64-linux = {
default = app;
nix-on-droid = app;
};
overlays.default = overlay;
templates = {
default = self.templates.minimal;