mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-30 22:21:05 +01:00
add support for default configuration in flake.nix
This commit is contained in:
parent
ffac515cfb
commit
6a345626c0
9 changed files with 51 additions and 13 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
outputs = { self, nixpkgs, home-manager, nix-on-droid }: {
|
||||
|
||||
nixOnDroidConfigurations.deviceName = nix-on-droid.lib.nixOnDroidConfiguration {
|
||||
nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration {
|
||||
modules = [ ./nix-on-droid.nix ];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue