treewide: replace mentions of 24.05 with 24.11

This commit is contained in:
Gaetan Lepage 2024-11-21 08:29:44 +01:00
parent 0c89a669f6
commit a35f923d6a
6 changed files with 9 additions and 9 deletions

View file

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

View file

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

View file

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