aboutsummaryrefslogtreecommitdiff
path: root/flakes
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2023-10-13 13:56:21 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2023-10-27 00:13:24 +0200
commit670d287ee1dc24437ecdd030ccacd2cb5d55109a (patch)
treeaab5d2f776b1e7c2b29644271921732a2337cce5 /flakes
parentc4511c38a49c60394b91ec9d4499cdbf41f4e60c (diff)
downloadNix-670d287ee1dc24437ecdd030ccacd2cb5d55109a.tar.gz
Nix-670d287ee1dc24437ecdd030ccacd2cb5d55109a.tar.zst
Nix-670d287ee1dc24437ecdd030ccacd2cb5d55109a.zip
Bump MariaDB to latest stable version
Diffstat (limited to 'flakes')
-rw-r--r--flakes/private/system/flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flakes/private/system/flake.nix b/flakes/private/system/flake.nix
index 3e48358..4a83e36 100644
--- a/flakes/private/system/flake.nix
+++ b/flakes/private/system/flake.nix
@@ -38,7 +38,7 @@
38 [ 38 [
39 (self: super: { 39 (self: super: {
40 postgresql = self.postgresql_pam; 40 postgresql = self.postgresql_pam;
41 mariadb = self.mariadb_106.overrideAttrs(old: { 41 mariadb = self.mariadb_1011.overrideAttrs(old: {
42 passthru = old.passthru // { mysqlVersion = "5.7"; }; 42 passthru = old.passthru // { mysqlVersion = "5.7"; };
43 }); 43 });
44 }) # don’t put them as generic overlay because of home-manager 44 }) # don’t put them as generic overlay because of home-manager