Browse Source

Fixed -v argument in nix dev shell

1ffy 1 month ago
parent
commit
295018f752
1 changed files with 1 additions and 1 deletions
  1. 1 1
      flake.nix

+ 1 - 1
flake.nix

@@ -13,7 +13,7 @@
 
       shellHook = ''
         echo "Rust toolchain version:";
-        cargo -v;
+        cargo -V;
       '';
     };
   };