diff --git a/README.org b/README.org index 7cf89df..c455047 100644 --- a/README.org +++ b/README.org @@ -120,6 +120,8 @@ RUN nix-shell /etc/dotfiles/shell.nix outputs = inputs @ { self, nixpkgs, nixpkgs-unstable, ... }: { nixosConfigurations = { <> + }; + nixOnDroidConfigurations = { <> }; }; diff --git a/flake.nix b/flake.nix index f07d086..2b77537 100644 --- a/flake.nix +++ b/flake.nix @@ -40,6 +40,8 @@ } ]; }; + }; + nixOnDroidConfigurations = { android = { device = inputs.nix-on-droid.lib.nixOnDroidConfiguration { config = ./hosts/android/nix-on-droid.nix;