Explorar el Código

chore: flake default to stable

thesimplekid hace 8 meses
padre
commit
13f803de82
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      flake.nix

+ 1 - 1
flake.nix

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