chore: flake default to stable

This commit is contained in:
thesimplekid
2024-09-03 12:38:38 +01:00
parent 1eb14703a5
commit 13f803de82

View File

@@ -169,7 +169,7 @@
in
{
inherit msrv stable nightly db_shell;
default = msrv;
default = stable;
};
}
);