mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +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
|
||||
{
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue