Explorar o código

chore: flake default to stable

thesimplekid hai 8 meses
pai
achega
13f803de82
Modificáronse 1 ficheiros con 1 adicións e 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;
           };
       }
     );