Parcourir la source

chore: flake default to stable

thesimplekid il y a 8 mois
Parent
commit
13f803de82
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      flake.nix

+ 1 - 1
flake.nix

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