[NixOS] Bump nixpkgs

This commit is contained in:
2025-11-18 12:53:05 -08:00
parent 643096d98c
commit bfd4a53b85
8 changed files with 237 additions and 642 deletions

View File

@@ -3,9 +3,6 @@
options = {
};
config = {
environment.systemPackages = with pkgs; [
android-udev-rules
];
nixpkgs.config.android_sdk.accept_license = true;
programs.adb.enable = true;
};