termux: create .nix-defexpr/channels/nixpkgs/.keep via activation (home-manager cannot link into symlinked dir)

This commit is contained in:
2026-08-07 03:35:19 +03:00
parent 58c6e5d48e
commit d5d62393e3
2 changed files with 11 additions and 4 deletions
-4
View File
@@ -62,10 +62,6 @@
".ssh/authorized_keys".text = ''
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKduJia+unaQQdN6X5syaHvnpIutO+yZwvfiCP4qKQ/P
'';
# nix-on-droid's session-init adds ~/.nix-defexpr/channels to NIX_PATH
# unconditionally; nix warns about the missing dir on every invocation.
# Making it exist silences the warning.
".nix-defexpr/channels/nixpkgs/.keep".text = "";
};
};
programs = {