treewide: replace mentions of 24.11 with 25.05

This commit is contained in:
Gaetan Lepage 2025-05-24 10:30:51 +02:00 committed by nix-infra-bot
parent f80d8d5907
commit 764a9b8dda
6 changed files with 9 additions and 9 deletions

View file

@ -7,7 +7,7 @@ self.inputs.nixpkgs.lib.nixosSystem {
modules = [
{
system.stateVersion = "24.11";
system.stateVersion = "25.05";
boot.loader.systemd-boot.enable = true;
fileSystems."/" = {
device = "/non/existent/device";