Add nixpkgs-fmt, firefox-dev, and cargo config (#18)

This commit is contained in:
Dave Gallant
2020-06-28 20:24:07 -04:00
committed by GitHub
parent babbb5613f
commit c019454376
4 changed files with 15 additions and 15 deletions

4
.cargo/config Normal file
View File

@@ -0,0 +1,4 @@
b = "build"
c = "check"
t = "test"
r = "run"