remove fakedroid

This commit is contained in:
Alexander Sosedkin 2024-06-15 19:32:36 +02:00
parent d7c432bad3
commit 6ef3f8ff07
6 changed files with 5 additions and 220 deletions

View file

@ -65,11 +65,6 @@
type = "app";
program = toString (import ./scripts/deploy.nix { inherit nixpkgs system; });
};
fakedroid = {
type = "app";
program = toString self.packages.${system}.fakedroid;
};
});
checks = forEachSystem (system: {
@ -126,11 +121,6 @@
};
in
{
fakedroid = import ./tests {
inherit system;
nixpkgs = nixpkgs-for-bootstrap;
};
nix-on-droid = nixpkgs.legacyPackages.${system}.callPackage ./nix-on-droid { };
}
// nixOnDroidPkgs.customPkgs