flake: add nix-on-droid as flake package

This commit is contained in:
Tobias Happ 2022-09-25 17:54:28 +02:00
parent c9438deb3c
commit b19db7d888

View file

@ -86,6 +86,8 @@
inherit system; inherit system;
nixpkgs = nixpkgs-for-bootstrap; nixpkgs = nixpkgs-for-bootstrap;
}; };
nix-on-droid = nixpkgs.legacyPackages.${system}.callPackage ./nix-on-droid { };
}; };
}); });
} }