port to 25.11 UNFINISHED
Some checks failed
/ build-all (push) Failing after 1m37s

This commit is contained in:
ant 2025-11-27 18:39:56 +01:00
parent 00bebbe34a
commit d03af49808
13 changed files with 95 additions and 71 deletions

View file

@ -104,9 +104,9 @@ in
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "24.05"; # Did you read the comment?
services.udev.packages = [
pkgs.android-udev-rules
];
# services.udev.packages = [
# pkgs.android-udev-rules
# ];
nix.distributedBuilds = true;
nix.settings.builders-use-substitutes = true;