feat(flake): nixos-avf init

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-20 21:49:59 +03:00
parent cdd5e77374
commit 8efc2e1f55

View file

@ -292,21 +292,11 @@
};
};
"nix-on-droid" = {
"nixos-avf" = {
flake = true;
type = "github";
owner = "nix-community";
repo = "nix-on-droid";
inputs = {
"nixpkgs" = {
follows = "nixpkgs";
};
"home-manager" = {
follows = "home-manager";
};
};
repo = "nixos-avf";
};
"nixos-anywhere" = {