remove nix on droid

This commit is contained in:
Michael Thomson
2026-02-13 11:45:04 -05:00
parent 04ddc8f9bf
commit e7d0282ec8
5 changed files with 0 additions and 287 deletions

View File

@@ -12,11 +12,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
nix-on-droid = {
url = "github:nix-community/nix-on-droid/release-24.05";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
nixos-wsl.url = "github:nix-community/NixOS-WSL/main";
neovim-nightly-overlay = {
url = "github:nix-community/neovim-nightly-overlay";
@@ -27,7 +22,6 @@
outputs = inputs @ {
nixpkgs,
nix-darwin,
nix-on-droid,
nixos-wsl,
...
}: {
@@ -64,11 +58,5 @@
];
};
};
nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration {
pkgs = import nixpkgs {system = "aarch64-linux";};
extraSpecialArgs = {inherit inputs;};
modules = [./hosts/android/configuration.nix];
};
};
}