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

@ -11,7 +11,7 @@ let
home = {
username = "nixvim";
homeDirectory = "/invalid/dir";
stateVersion = "24.11";
stateVersion = "25.05";
};
programs.nixvim = {

View file

@ -10,7 +10,7 @@ self.inputs.home-manager.lib.homeManagerConfiguration {
home.username = "nixvim";
home.homeDirectory = "/invalid/dir";
home.stateVersion = "24.11";
home.stateVersion = "25.05";
programs.nixvim = {
enable = true;

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";