Skip to content

Commit

Permalink
chore: bump stateVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Jan 20, 2024
1 parent 0d8af77 commit f3aa65d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion systems/x86_64-linux/carbon/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ with lib.elementary;
];
};

system.stateVersion = "23.11";
system.stateVersion = "24.05";
}
2 changes: 1 addition & 1 deletion systems/x86_64-linux/oxygen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ with lib.elementary;
ansible-language-server
];

system.stateVersion = "23.11";
system.stateVersion = "24.05";

hardware.bluetooth = enabled;

Expand Down

0 comments on commit f3aa65d

Please sign in to comment.