Skip to content

Commit

Permalink
feat(modules): bump minimum supported release to 24.11
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Nov 27, 2024
1 parent 32359bf commit 974f911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/home-manager/globals.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib, ... }:
{
config = {
assertions = [ (lib.ctp.assertMinimumVersion "24.05") ];
assertions = [ (lib.ctp.assertMinimumVersion "24.11") ];
};

options.catppuccin = {
Expand Down
2 changes: 1 addition & 1 deletion modules/nixos/globals.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib, ... }:
{
config = {
assertions = [ (lib.ctp.assertMinimumVersion "24.05") ];
assertions = [ (lib.ctp.assertMinimumVersion "24.11") ];
};

options.catppuccin = {
Expand Down

0 comments on commit 974f911

Please sign in to comment.