This website works better with JavaScript
Home
Explore
Sign In
pivozavri
/
git
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fixed -v argument in nix dev shell
1ffy
1 month ago
parent
719da1efd5
commit
295018f752
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
flake.nix
+ 1
- 1
flake.nix
View File
@@ -13,7 +13,7 @@
shellHook = ''
echo "Rust toolchain version:";
- cargo -
v
;
+ cargo -
V
;
'';
};
};