mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-08 23:53:11 +03:00
add nix-on-droid epral config
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{ inputs, ... }@flakeContext:
|
||||
{
|
||||
nixOnDroidConfigurations = {
|
||||
epral = import ./epral.nix flakeContext; # epral (Android via nix-on-droid)
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user