Browse Source

chore: flake default to stable

thesimplekid 6 months ago
parent
commit
13f803de82
1 changed files with 1 additions and 1 deletions
  1. 1 1
      flake.nix

+ 1 - 1
flake.nix

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