nix-on-droid: Fix stateVersion

Still doesn't know 24.11
This commit is contained in:
Geoffrey Frogeye 2025-04-24 18:53:11 +02:00
parent f48f0f798c
commit 8142336d1e
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -15,7 +15,7 @@
};
};
};
system.stateVersion = "24.11";
system.stateVersion = "24.05";
terminal.font = "${
pkgs.nerdfonts.override {
fonts = [ "DejaVuSansMono" ];