@ -120,6 +120,8 @@ RUN nix-shell /etc/dotfiles/shell.nix
outputs = inputs @ { self, nixpkgs, nixpkgs-unstable, ... }: {
nixosConfigurations = {
<<host-default>>
};
nixOnDroidConfigurations = {
<<host-android>>
@ -40,6 +40,8 @@
}
];
android = {
device = inputs.nix-on-droid.lib.nixOnDroidConfiguration {
config = ./hosts/android/nix-on-droid.nix;