nix-on-droid
This commit is contained in:
@@ -125,6 +125,14 @@ rec {
|
||||
test = mkSystem "furiphoneflx1" input-views.inputs-edge "x86_64-linux";
|
||||
};
|
||||
|
||||
# https://github.com/nix-community/nix-on-droid
|
||||
nixOnDroidConfigurations = {
|
||||
zenfone = inputs-edge.nix-on-droid-edge.lib.nixOnDroidConfiguration {
|
||||
pkgs = import inputs-edge.nixpkgs-edge { system = "aarch64-linux"; };
|
||||
modules = [ ./nix-on-droid.nix ];
|
||||
};
|
||||
};
|
||||
|
||||
images = {};
|
||||
/** /
|
||||
images =
|
||||
|
||||
6
hosts/nix-on-droid/zenfone/nix-on-droid.nix
Normal file
6
hosts/nix-on-droid/zenfone/nix-on-droid.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.packages = [ pkgs.micro ];
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
Reference in New Issue
Block a user