mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-09 03:56:06 +01:00
flake: update to new naming convention for outputs
This commit is contained in:
parent
7474a703ea
commit
08cfd65b67
1 changed files with 6 additions and 3 deletions
|
|
@ -23,7 +23,7 @@
|
|||
};
|
||||
in
|
||||
{
|
||||
inherit overlay;
|
||||
overlays.default = overlay;
|
||||
|
||||
lib.nixOnDroidConfiguration =
|
||||
{ config
|
||||
|
|
@ -40,7 +40,10 @@
|
|||
inherit config extraModules extraSpecialArgs home-manager-path pkgs;
|
||||
isFlake = true;
|
||||
};
|
||||
apps.nix-on-droid.aarch64-linux = app;
|
||||
defaultApp.aarch64-linux = app;
|
||||
|
||||
apps.aarch64-linux = {
|
||||
default = app;
|
||||
nix-on-droid = app;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue