diff --git a/README.org b/README.org index 65303c1..c2dd2a4 100644 --- a/README.org +++ b/README.org @@ -120,9 +120,6 @@ RUN nix-shell /etc/dotfiles/shell.nix outputs = inputs @ { self, nixpkgs, nixpkgs-unstable, ... }: { nixosConfigurations = { <> - <> - <> - <> <> }; }; diff --git a/flake.nix b/flake.nix index 6efbdb5..d792eb4 100644 --- a/flake.nix +++ b/flake.nix @@ -40,9 +40,6 @@ } ]; }; - - - android = (inputs.nix-on-droid.lib.aarch64-linux.nix-on-droid { config = ./hosts/android/nix-on-droid.nix; }).activationPackage;