nix-on-droid testing branch + lock

This commit is contained in:
2026-08-06 16:19:48 +03:00
parent 2a8b15ce01
commit 8434688515
4 changed files with 190 additions and 37 deletions
+3
View File
@@ -2,5 +2,8 @@
{
nixOnDroidConfigurations = {
epral = import ./epral.nix flakeContext; # epral (Android via nix-on-droid)
# Alias so a plain `nix-on-droid switch` from a local clone
# (~/.config/nix-on-droid) picks up the device config without `#epral`.
default = import ./epral.nix flakeContext;
};
}