mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-12-16 05:51:11 +01:00
flake: sort outputs alphabetically
This commit is contained in:
parent
c0b87d967f
commit
138145d3b1
1 changed files with 5 additions and 5 deletions
10
flake.nix
10
flake.nix
|
|
@ -31,7 +31,10 @@
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
overlays.default = overlay;
|
apps.aarch64-linux = {
|
||||||
|
default = app;
|
||||||
|
nix-on-droid = app;
|
||||||
|
};
|
||||||
|
|
||||||
lib.nixOnDroidConfiguration =
|
lib.nixOnDroidConfiguration =
|
||||||
{ config
|
{ config
|
||||||
|
|
@ -49,10 +52,7 @@
|
||||||
isFlake = true;
|
isFlake = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
apps.aarch64-linux = {
|
overlays.default = overlay;
|
||||||
default = app;
|
|
||||||
nix-on-droid = app;
|
|
||||||
};
|
|
||||||
|
|
||||||
templates = {
|
templates = {
|
||||||
default = self.templates.minimal;
|
default = self.templates.minimal;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue