feat: Update nixpkgs
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

This commit is contained in:
2026-01-12 23:13:20 +05:30
parent 0a95fbd703
commit 9ca0e4fa5b
3 changed files with 189 additions and 187 deletions

View File

@@ -1,3 +1,5 @@
{...}: {
programs.adb.enable = true;
{pkgs, ...}: {
environment.systemPackages = [
pkgs.android-tools
];
}